| Index: LayoutTests/http/tests/websocket/url-parsing.html
|
| diff --git a/LayoutTests/http/tests/websocket/url-parsing.html b/LayoutTests/http/tests/websocket/url-parsing.html
|
| index b30a61b4ea2419bd02a98ae09125a15a1e93dc84..9b66b83cebef5f69f2766422cee90423a6170b80 100644
|
| --- a/LayoutTests/http/tests/websocket/url-parsing.html
|
| +++ b/LayoutTests/http/tests/websocket/url-parsing.html
|
| @@ -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>
|
|
|