Index: LayoutTests/http/tests/inspector/console-cross-origin-iframe-logging-expected.txt |
diff --git a/LayoutTests/http/tests/inspector/console-cross-origin-iframe-logging-expected.txt b/LayoutTests/http/tests/inspector/console-cross-origin-iframe-logging-expected.txt |
index b4aa3bdf4e88a44d21902be516fc056bb1a6fb19..188fb7e9d219d6f418a263747e2ad51f8baa682b 100644 |
--- a/LayoutTests/http/tests/inspector/console-cross-origin-iframe-logging-expected.txt |
+++ b/LayoutTests/http/tests/inspector/console-cross-origin-iframe-logging-expected.txt |
@@ -1,4 +1,4 @@ |
-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: line 19: 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'). |
Tests that cross origin errors are logged with source url and line number. |