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

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

Issue 1997293002: Introduce SourceLocation to be used for console messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 7 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/security/postMessage/target-origin-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/postMessage/target-origin-expected.txt b/third_party/WebKit/LayoutTests/http/tests/security/postMessage/target-origin-expected.txt
index 081fb8c6e0142936ccbdb12fa7b025afbe989e21..4f4c7490173cc32748ac9dcc8dafaaf5007a1246 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/postMessage/target-origin-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/security/postMessage/target-origin-expected.txt
@@ -1,9 +1,9 @@
-CONSOLE ERROR: Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('http://127.0.0.1:8000') does not match the recipient window's origin ('http://localhost:8000').
-CONSOLE ERROR: Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('http://localhost:9090') does not match the recipient window's origin ('http://localhost:8000').
-CONSOLE ERROR: Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('http://localhost') does not match the recipient window's origin ('http://localhost:8000').
-CONSOLE ERROR: Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://localhost') does not match the recipient window's origin ('http://localhost:8000').
-CONSOLE ERROR: Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://localhost:8000') does not match the recipient window's origin ('http://localhost:8000').
-CONSOLE ERROR: Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('http://www.example.com') does not match the recipient window's origin ('http://localhost:8000').
+CONSOLE ERROR: line 16: Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('http://127.0.0.1:8000') does not match the recipient window's origin ('http://localhost:8000').
+CONSOLE ERROR: line 16: Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('http://localhost:9090') does not match the recipient window's origin ('http://localhost:8000').
+CONSOLE ERROR: line 16: Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('http://localhost') does not match the recipient window's origin ('http://localhost:8000').
+CONSOLE ERROR: line 16: Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://localhost') does not match the recipient window's origin ('http://localhost:8000').
+CONSOLE ERROR: line 16: Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://localhost:8000') does not match the recipient window's origin ('http://localhost:8000').
+CONSOLE ERROR: line 16: Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('http://www.example.com') does not match the recipient window's origin ('http://localhost:8000').
window.location.href = http://127.0.0.1:8000/security/postMessage/target-origin.html
waiting...

Powered by Google App Engine
This is Rietveld 408576698