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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/console-cross-origin-iframe-logging-expected.txt

Issue 2903083002: DevTools: shorten console links to 40 chars (Closed)
Patch Set: Created 3 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 unified diff | Download patch
OLDNEW
1 CONSOLE ERROR: line 19: Failed to execute 'postMessage' on 'DOMWindow': The targ et origin provided ('http://127.0.0.1:8000') does not match the recipient window 's origin ('http://localhost:8000'). 1 CONSOLE ERROR: line 19: Failed to execute 'postMessage' on 'DOMWindow': The targ et origin provided ('http://127.0.0.1:8000') does not match the recipient window 's origin ('http://localhost:8000').
2 Tests that cross origin errors are logged with source url and line number. 2 Tests that cross origin errors are logged with source url and line number.
3 3
4 4
5 console-cross-origin-iframe-logging.html: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'). 5 console-cross-origin…ame-logging.html:19 Failed to execute 'postMessage' on 'DOM Window': The target origin provided ('http://127.0.0.1:8000') does not match the recipient window's origin ('http://localhost:8000').
6 accessFrame @ console-cross-origin-iframe-logging.html:19 6 accessFrame @ console-cross-origin…ame-logging.html:19
7 (anonymous) @ VM:1 7 (anonymous) @ VM:1
8 8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698