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

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

Issue 1857713004: DevTools: simplify the async instrumentation harness. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: same with scriptpromiseresolver Created 4 years, 8 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: 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 (''). 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 async-callstack-in-console.html:11 Console was cleared 7 async-callstack-in-console.html:11 Console was cleared
8 8
9 async-callstack-in-console.html:17 console.trace() 9 async-callstack-in-console.html:17 console.trace()
10 10
11 timeout1 @ async-callstack-in-console.html:17 11 timeout1 @ async-callstack-in-console.html:17
12 setTimeout (async) 12 setTimeout (async)
13 testFunction @ async-callstack-in-console.html:12 13 testFunction @ async-callstack-in-console.html:12
14 setTimeout (async)
15 scheduleTestFunction @ debugger-test.js:3
16 (anonymous function) @ VM:1
14 17
15 async-callstack-in-console.html:24 Uncaught Error: foo 18 async-callstack-in-console.html:24 Uncaught Error: foo
16 19
17 timeout2 @ async-callstack-in-console.html:24 20 timeout2 @ async-callstack-in-console.html:24
18 setTimeout (async) 21 setTimeout (async)
19 timeout1 @ async-callstack-in-console.html:18 22 timeout1 @ async-callstack-in-console.html:18
20 setTimeout (async) 23 setTimeout (async)
21 testFunction @ async-callstack-in-console.html:12 24 testFunction @ async-callstack-in-console.html:12
25 setTimeout (async)
26 scheduleTestFunction @ debugger-test.js:3
27 (anonymous function) @ VM:1
22 28
23 async-callstack-in-console.html:29 console.trace() 29 async-callstack-in-console.html:29 console.trace()
24 30
25 timeout3 @ async-callstack-in-console.html:29 31 timeout3 @ async-callstack-in-console.html:29
26 setTimeout (async) 32 setTimeout (async)
27 timeout2 @ async-callstack-in-console.html:23 33 timeout2 @ async-callstack-in-console.html:23
28 setTimeout (async) 34 setTimeout (async)
29 timeout1 @ async-callstack-in-console.html:18 35 timeout1 @ async-callstack-in-console.html:18
30 setTimeout (async) 36 setTimeout (async)
31 testFunction @ async-callstack-in-console.html:12 37 testFunction @ async-callstack-in-console.html:12
38 setTimeout (async)
39 scheduleTestFunction @ debugger-test.js:3
40 (anonymous function) @ VM:1
32 41
33 async-callstack-in-console.html:37 Failed to execute 'postMessage' on 'DOMWi ndow': The target origin provided ('http://www.example.com') does not match the recipient window's origin ('file://'). 42 async-callstack-in-console.html:37 Failed to execute 'postMessage' on 'DOMWi ndow': The target origin provided ('http://www.example.com') does not match the recipient window's origin ('file://').
34 43
35 tryPostMessage @ async-callstack-in-console.html:37 44 tryPostMessage @ async-callstack-in-console.html:37
36 timeout3 @ async-callstack-in-console.html:31 45 timeout3 @ async-callstack-in-console.html:31
37 setTimeout (async) 46 setTimeout (async)
38 timeout2 @ async-callstack-in-console.html:23 47 timeout2 @ async-callstack-in-console.html:23
39 setTimeout (async) 48 setTimeout (async)
40 timeout1 @ async-callstack-in-console.html:18 49 timeout1 @ async-callstack-in-console.html:18
41 setTimeout (async) 50 setTimeout (async)
42 testFunction @ async-callstack-in-console.html:12 51 testFunction @ async-callstack-in-console.html:12
52 setTimeout (async)
53 scheduleTestFunction @ debugger-test.js:3
54 (anonymous function) @ VM:1
43 55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698