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 cffb8da9a86186ee8a546ecff8b31efc53c02d81..1df5a2a4fa61b65ecb3333fee27b665f779d9a6b 100644 |
--- a/LayoutTests/http/tests/security/postMessage/target-origin-expected.txt |
+++ b/LayoutTests/http/tests/security/postMessage/target-origin-expected.txt |
@@ -1,14 +1,14 @@ |
-CONSOLE MESSAGE: Unable to post message to http://127.0.0.1:8000. Recipient has origin http://localhost:8000. |
+CONSOLE ERROR: Unable to post message to http://127.0.0.1:8000. Recipient has origin http://localhost:8000. |
-CONSOLE MESSAGE: Unable to post message to http://localhost:9090. Recipient has origin http://localhost:8000. |
+CONSOLE ERROR: Unable to post message to http://localhost:9090. Recipient has origin http://localhost:8000. |
-CONSOLE MESSAGE: Unable to post message to http://localhost. Recipient has origin http://localhost:8000. |
+CONSOLE ERROR: Unable to post message to http://localhost. Recipient has origin http://localhost:8000. |
-CONSOLE MESSAGE: Unable to post message to https://localhost. Recipient has origin http://localhost:8000. |
+CONSOLE ERROR: Unable to post message to https://localhost. Recipient has origin http://localhost:8000. |
-CONSOLE MESSAGE: Unable to post message to https://localhost:8000. Recipient has origin http://localhost:8000. |
+CONSOLE ERROR: Unable to post message to https://localhost:8000. Recipient has origin http://localhost:8000. |
-CONSOLE MESSAGE: Unable to post message to http://www.example.com. Recipient has origin http://localhost:8000. |
+CONSOLE ERROR: Unable to post message to http://www.example.com. Recipient has origin http://localhost:8000. |
window.location.href = http://127.0.0.1:8000/security/postMessage/target-origin.html |