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

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

Issue 316123003: Don't use WebSocket URL with path=/ when not needed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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-attribute-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-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>
-
« no previous file with comments | « no previous file | LayoutTests/http/tests/websocket/url-attribute-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698