tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / http / tests / websocket / tests / hixie76 / bad-sub-protocol-empty.html
index bd04e00..346d443 100755 (executable)
@@ -1,7 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
 <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>
@@ -13,7 +12,6 @@ description("Test WebSocket bad sub-protocol names (empty).");
 // Fails if protocol is an empty string.
 shouldThrow('new WebSocket("ws://127.0.0.1:8880/simple", "")');
 
-var successfullyParsed = true;
 </script>
 <script src="../../../../js-test-resources/js-test-post.js"></script>
 </body>