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

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

Issue 2123743002: Rename cookie names in WebSocket cookie tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed cookie flooding test amount 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-http-to-ws-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/websocket/cookie-http-to-ws-expected.txt b/third_party/WebKit/LayoutTests/http/tests/websocket/cookie-http-to-ws-expected.txt
index 6a7a9e4a55df234ffc782cc8bf85a6352cd54d7e..5b994a33300fe81f466cb7cef35a600878b35f55 100644
--- a/third_party/WebKit/LayoutTests/http/tests/websocket/cookie-http-to-ws-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/websocket/cookie-http-to-ws-expected.txt
@@ -3,8 +3,8 @@ Test how WebSocket handles cookies with cookie attributes.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS cookie is "WK-websocket-test-domain=1; WK-websocket-test-path=1"
-PASS cookie is "WK-websocket-test-domain=1"
+PASS cookie is "ws-path-origin-script=1; ws-path-root-domain-local-ip=1"
+PASS cookie is "ws-path-root-domain-local-ip=1"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698