| Index: LayoutTests/http/tests/websocket/url-attribute.html
|
| diff --git a/LayoutTests/http/tests/websocket/url-attribute.html b/LayoutTests/http/tests/websocket/url-attribute.html
|
| index ed0e30493b115b710fb25b621ab1d6bb4380000f..89767030bab5e09b508d9220622ac0297f9e6b09 100644
|
| --- a/LayoutTests/http/tests/websocket/url-attribute.html
|
| +++ b/LayoutTests/http/tests/websocket/url-attribute.html
|
| @@ -10,7 +10,7 @@
|
|
|
| description("Both .URL and .url attributes should work (for compatibility reasons).");
|
|
|
| -var url = "ws://127.0.0.1:8880/";
|
| +var url = "ws://127.0.0.1:8880/echo";
|
| var ws = new WebSocket(url);
|
|
|
| shouldBeEqualToString("ws.url", url);
|
| @@ -20,4 +20,3 @@ shouldBeTrue("ws.URL === ws.url");
|
| </script>
|
| </body>
|
| </html>
|
| -
|
|
|