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

Unified Diff: LayoutTests/http/tests/security/postMessage/target-origin-expected.txt

Issue 91383002: Switch V8WindowCustom to the new-style ExceptionState (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Expectations. Created 7 years 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: LayoutTests/http/tests/security/postMessage/target-origin-expected.txt
diff --git a/LayoutTests/http/tests/security/postMessage/target-origin-expected.txt b/LayoutTests/http/tests/security/postMessage/target-origin-expected.txt
index 39c7f259f150c79ae2e180ae48c8822dcf5019cf..67f2c05e1eecf4f506710ca4f1b4e8a2c4bf0c29 100644
--- a/LayoutTests/http/tests/security/postMessage/target-origin-expected.txt
+++ b/LayoutTests/http/tests/security/postMessage/target-origin-expected.txt
@@ -7,9 +7,9 @@ CONSOLE ERROR: Failed to execute 'postMessage' on 'DOMWindow': The target origin
window.location.href = http://127.0.0.1:8000/security/postMessage/target-origin.html
waiting...
-Error sending message to null. SyntaxError: Invalid target origin '' in a call to 'postMessage'.
-Error sending message to undefined. SyntaxError: Invalid target origin '' in a call to 'postMessage'.
-Error sending message to //. SyntaxError: Invalid target origin '//' in a call to 'postMessage'.
+Error sending message to null. SyntaxError: Failed to execute 'postMessage' on 'Window': Invalid target origin '' in a call to 'postMessage'.
+Error sending message to undefined. SyntaxError: Failed to execute 'postMessage' on 'Window': Invalid target origin '' in a call to 'postMessage'.
+Error sending message to //. SyntaxError: Failed to execute 'postMessage' on 'Window': Invalid target origin '//' in a call to 'postMessage'.
Received message: data="Received message: data="Trying origin=http://localhost:8000" origin="http://127.0.0.1:8000"" origin="http://localhost:8000"
Received message: data="Received message: data="Trying origin=http://localhost:8000/" origin="http://127.0.0.1:8000"" origin="http://localhost:8000"
Received message: data="Received message: data="Trying origin=http://localhost:8000/foo" origin="http://127.0.0.1:8000"" origin="http://localhost:8000"

Powered by Google App Engine
This is Rietveld 408576698