Index: third_party/WebKit/LayoutTests/http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt b/third_party/WebKit/LayoutTests/http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt |
index 544aa8f93708c3b4e316dbf087f7121642c34f35..eaa59ddfe2d356d706de3bbc11176affecfa9782 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt |
+++ b/third_party/WebKit/LayoutTests/http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt |
@@ -1,4 +1,4 @@ |
-CONSOLE ERROR: Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('asdf://') does not match the recipient window's origin ('http://localhost:8000'). |
+CONSOLE ERROR: line 15: Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('asdf://') does not match the recipient window's origin ('http://localhost:8000'). |
window.location.href = http://127.0.0.1:8000/security/postMessage/invalid-origin-throws-exception.html |
waiting... |
Encountered exception "SyntaxError: Failed to execute 'postMessage' on 'Window': Invalid target origin '' in a call to 'postMessage'." while posting message to ''. |