tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / http / tests / websocket / tests / hybi / invalid-subprotocols.html
index 802d63e..15577cb 100755 (executable)
@@ -1,7 +1,6 @@
 <!DOCTYPE html>
 <html>
 <head>
-<link rel="stylesheet" href="../../../../js-test-resources/js-test-style.css">
 <script src="../../../../js-test-resources/js-test-pre.js"></script>
 </head>
 <body>
@@ -21,7 +20,6 @@ shouldThrow("new WebSocket(url, '\\u3042')", "'Error: SYNTAX_ERR: DOM Exception
 shouldThrow("new WebSocket(url, ['a', 'b', 'c d'])", "'Error: SYNTAX_ERR: DOM Exception 12'");
 shouldThrow("new WebSocket(url, ['a', 'b', 'c', 'a'])", "'Error: SYNTAX_ERR: DOM Exception 12'");
 
-var successfullyParsed = true;
 </script>
 <script src="../../../../js-test-resources/js-test-post.js"></script>
 </body>