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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-in-console-expected.txt

Issue 2037593004: [DevTools] Remove unnecessary knowledge about console from core. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more test Created 4 years, 6 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 MESSAGE: line 11: console.clear
2 CONSOLE MESSAGE: line 17: console.trace
1 CONSOLE ERROR: line 24: Uncaught Error: foo 3 CONSOLE ERROR: line 24: Uncaught Error: foo
4 CONSOLE MESSAGE: line 29: console.trace
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 (''). 5 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. 6 Tests asynchronous call stacks printed in console.
4 7
5 8
6 Set timer for test function. 9 Set timer for test function.
7 async-callstack-in-console.html:11 Console was cleared 10 async-callstack-in-console.html:11 Console was cleared
8 11
9 async-callstack-in-console.html:17 console.trace() 12 async-callstack-in-console.html:17 console.trace()
10 13
11 timeout1 @ async-callstack-in-console.html:17 14 timeout1 @ async-callstack-in-console.html:17
(...skipping 22 matching lines...) Expand all
34 37
35 tryPostMessage @ async-callstack-in-console.html:37 38 tryPostMessage @ async-callstack-in-console.html:37
36 timeout3 @ async-callstack-in-console.html:31 39 timeout3 @ async-callstack-in-console.html:31
37 setTimeout (async) 40 setTimeout (async)
38 timeout2 @ async-callstack-in-console.html:23 41 timeout2 @ async-callstack-in-console.html:23
39 setTimeout (async) 42 setTimeout (async)
40 timeout1 @ async-callstack-in-console.html:18 43 timeout1 @ async-callstack-in-console.html:18
41 setTimeout (async) 44 setTimeout (async)
42 testFunction @ async-callstack-in-console.html:12 45 testFunction @ async-callstack-in-console.html:12
43 46
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698