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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/websocket/send-onmessage-origin-expected.txt

Issue 2706013002: Added support for self.origin in Window and WorkerGlobalScope (Closed)
Patch Set: rebase-update after manifest.json changes Created 3 years, 10 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/send-onmessage-origin-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/websocket/send-onmessage-origin-expected.txt b/third_party/WebKit/LayoutTests/http/tests/websocket/send-onmessage-origin-expected.txt
index 22016551ee48594c7fa08c95203930aea3d07d30..a337073dbc18dbaa7c2bf24a88d0a01a55a0680f 100644
--- a/third_party/WebKit/LayoutTests/http/tests/websocket/send-onmessage-origin-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/websocket/send-onmessage-origin-expected.txt
@@ -5,9 +5,9 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
Connected.
PASS data is firstMessageToSend
-PASS origin is "ws://localhost:8880"
+PASS wsOrigin is "ws://localhost:8880"
PASS data is secondMessageToSend
-PASS origin is "ws://localhost:8880"
+PASS wsOrigin is "ws://localhost:8880"
Closed.
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698