Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/console-cross-origin-iframe-logging-expected.txt
Issue 2270033003:
DevTools: include traces when exporting console log via 'Save as' (Closed)
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: take out post-lgtm repeat logic
Created 4 years, 3 months ago
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
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
5console-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').accessFrame @ console-cross-origin-iframe-logging.html:19(anonymous) @ VM:1
5console-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').
Issue 2270033003: DevTools: include traces when exporting console log via 'Save as'
(Closed)
Created 4 years, 4 months ago by luoe
Modified 4 years, 3 months ago
Reviewers: lushnikov, dgozman
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 8