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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/websocket/cookie-ws-to-ws-expected.txt

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/cookie-ws-to-ws-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/websocket/cookie-ws-to-ws-expected.txt b/third_party/WebKit/LayoutTests/http/tests/websocket/cookie-ws-to-ws-expected.txt
index 33fb8c1ae6c1816cdf3c1756f5a579278ab5b268..c08104b9500138cfe4e6768549254538d8173c36 100644
--- a/third_party/WebKit/LayoutTests/http/tests/websocket/cookie-ws-to-ws-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/websocket/cookie-ws-to-ws-expected.txt
@@ -3,7 +3,7 @@ Test receiving cookies in a WebSocket handshake which were set by another WebSoc
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS cookie is "ws-domain-local-ip=1; ws-path-root=1; ws=1"
+PASS cookie is "same-site-lax=1; same-site-strict=1; ws-domain-local-ip=1; ws-path-root=1; ws=1"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698