Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(644)

Unified Diff: LayoutTests/http/tests/websocket/url-parsing.html

Issue 236013006: Remove completeURL() call from WebSocket construction code (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated virtual/stable Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/http/tests/websocket/url-parsing-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | LayoutTests/http/tests/websocket/url-parsing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698