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

Unified Diff: LayoutTests/http/tests/inspector/console-cross-origin-iframe-logging-expected.txt

Issue 472023002: [DevTools] ConsoleAPI messages pass through frame console (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: PassRefPtr<ConsoleMessage> -> PassRefPtrWillBeRawPtr<ConsoleMessage> Created 6 years, 4 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
« no previous file with comments | « no previous file | LayoutTests/inspector/sources/debugger/async-callstack-in-console-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | LayoutTests/inspector/sources/debugger/async-callstack-in-console-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698