4 <title>Test to ensure TCPSocket permission is disabled by default
</title>
5 <script type=
"application/javascript" src=
"/tests/SimpleTest/SimpleTest.js"></script>
6 <link rel=
"stylesheet" type=
"text/css" href=
"/tests/SimpleTest/test.css"/>
10 <div id=
"content" style=
"display: none">
13 <script type=
"application/javascript">
15 /** Test to ensure TCPSocket permission is disabled by default **/
18 navigator.mozTCPSocket;
19 throw new Error(
"Error: navigator.mozTCPSocket should not exist by default");
21 ok(true,
"navigator.mozTCPSocket should not exist by default");