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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/websocket/extensions.html

Issue 2102993002: Fix WebSocket to set first party for cookies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update testRunner calls to setBlockThirdPartyCookies() Created 4 years, 5 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
Index: third_party/WebKit/LayoutTests/http/tests/websocket/extensions.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/websocket/extensions.html b/third_party/WebKit/LayoutTests/http/tests/websocket/extensions.html
index 91549f82c8ec3fad3d5943f4407fbb5fcb0e1a58..c25f97c6ec5c76fa116eb61b7552174f56d66e6b 100644
--- a/third_party/WebKit/LayoutTests/http/tests/websocket/extensions.html
+++ b/third_party/WebKit/LayoutTests/http/tests/websocket/extensions.html
@@ -6,7 +6,7 @@ description("Test WebSocket.extensions attribute.");
window.jsTestIsAsync = true;
-var ws = new WebSocket(ECHO_REQUEST_HEADERS_WS_URL);
+var ws = new WebSocket(WS_ECHO_REQUEST_HEADERS_URL);
debug("Check the value before opening the connection:");
shouldBeEqualToString("ws.extensions", "");

Powered by Google App Engine
This is Rietveld 408576698