Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / websocket / url-parsing.html
index b30a61b..9b66b83 100644 (file)
@@ -39,6 +39,8 @@ shouldBe('(new WebSocket("ws://127.0.0.1:8880/simple?k=v")).URL', '"ws://127.0.0
 shouldThrow('new WebSocket("ws://127.0.0.1/path#")');
 shouldThrow('new WebSocket("ws://127.0.0.1/path#fragment")');
 
+shouldThrow('new WebSocket("ws:://127.0.0.1/")');
+
 </script>
 </body>
 </html>