Index: LayoutTests/http/tests/websocket/tests/hybi/url-parsing.html |
diff --git a/LayoutTests/http/tests/websocket/tests/hybi/url-parsing.html b/LayoutTests/http/tests/websocket/tests/hybi/url-parsing.html |
index 36c73a1568020c124151ae8555f5519575c42103..09181f7ae7e37bfee38a6bb3461f8308d99de2e1 100644 |
--- a/LayoutTests/http/tests/websocket/tests/hybi/url-parsing.html |
+++ b/LayoutTests/http/tests/websocket/tests/hybi/url-parsing.html |
@@ -33,8 +33,8 @@ shouldBe('(new WebSocket("ws://127.0.0.1:8880/a/../websocket/tests/hybi/simple") |
shouldBe('(new WebSocket("ws://127.0.0.1:8880/websocket/tests/hybi/simple?")).URL', '"ws://127.0.0.1:8880/websocket/tests/hybi/simple?"'); |
shouldBe('(new WebSocket("ws://127.0.0.1:8880/websocket/tests/hybi/simple?k=v")).URL', '"ws://127.0.0.1:8880/websocket/tests/hybi/simple?k=v"'); |
-// draft-hixie-thewebsocketprotocol-60 says If /url/ has a <fragment> |
-// component, then fail the parsing Web Socket URLs, so throw a SYNTAX_ERR |
+// The WebSocket API specification says If /url/ has a <fragment> |
+// component, then fail the parsing WebSocket URLs, so throw a SYNTAX_ERR |
// exception. |
shouldThrow('new WebSocket("ws://127.0.0.1/path#")'); |
shouldThrow('new WebSocket("ws://127.0.0.1/path#fragment")'); |