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

Side by Side Diff: LayoutTests/inspector/sources/debugger/async-callstack-in-console-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 unified diff | Download patch
OLDNEW
1 CONSOLE ERROR: line 24: Uncaught Error: foo 1 CONSOLE ERROR: line 24: Uncaught Error: foo
2 CONSOLE ERROR: Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('http://www.example.com') does not match the recipient window's origi n (''). 2 CONSOLE ERROR: line 37: Failed to execute 'postMessage' on 'DOMWindow': The targ et origin provided ('http://www.example.com') does not match the recipient windo w's origin ('').
3 Tests asynchronous call stacks printed in console. 3 Tests asynchronous call stacks printed in console.
4 4
5 5
6 Set timer for test function. 6 Set timer for test function.
7 Console was cleared async-callstack-in-console.html:11 7 Console was cleared async-callstack-in-console.html:11
8 8
9 console.trace() async-callstack-in-console.html:17 9 console.trace() async-callstack-in-console.html:17
10 timeout1 async-callstack-in-console.html:17 10 timeout1 async-callstack-in-console.html:17
11 setTimeout (async) 11 setTimeout (async)
12 testFunction async-callstack-in-console.html:12 12 testFunction async-callstack-in-console.html:12
(...skipping 17 matching lines...) Expand all
30 Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ( 'http://www.example.com') does not match the recipient window's origin ('file:// '). async-callstack-in-console.html:37 30 Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ( 'http://www.example.com') does not match the recipient window's origin ('file:// '). async-callstack-in-console.html:37
31 tryPostMessage async-callstack-in-console.html:37 31 tryPostMessage async-callstack-in-console.html:37
32 timeout3 async-callstack-in-console.html:31 32 timeout3 async-callstack-in-console.html:31
33 setTimeout (async) 33 setTimeout (async)
34 timeout2 async-callstack-in-console.html:23 34 timeout2 async-callstack-in-console.html:23
35 setTimeout (async) 35 setTimeout (async)
36 timeout1 async-callstack-in-console.html:18 36 timeout1 async-callstack-in-console.html:18
37 setTimeout (async) 37 setTimeout (async)
38 testFunction async-callstack-in-console.html:12 38 testFunction async-callstack-in-console.html:12
39 39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698