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

Side by Side Diff: LayoutTests/inspector/sources/debugger/frameworks-with-async-callstack-expected.txt

Issue 316403002: DevTools: cleanup debugger tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaselined Created 6 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 | Annotate | Revision Log
OLDNEW
1 1
2 Tests the async call stacks and framework black-boxing features working together . 2 Tests the async call stacks and framework black-boxing features working together .
3 3
4 Debugger was enabled.
5 Set timer for test function. 4 Set timer for test function.
6 Call stack: 5 Call stack:
7 0) callback2 (frameworks-with-async-callstack.html:30) 6 0) callback2 (frameworks-with-async-callstack.html:30)
8 * 1) Framework_inner1 (framework.js:59) 7 * 1) Framework_inner1 (framework.js:59)
9 [setTimeout] 8 [setTimeout]
10 * 0) Framework.schedule (framework.js:45) 9 * 0) Framework.schedule (framework.js:45)
11 * 1) Framework_willSchedule (framework.js:51) 10 * 1) Framework_willSchedule (framework.js:51)
12 2) window.callbackFromFramework (frameworks-with-async-callstack.html:10) 11 2) window.callbackFromFramework (frameworks-with-async-callstack.html:10)
13 * 3) Framework_inner2 (framework.js:63) 12 * 3) Framework_inner2 (framework.js:63)
14 [setTimeout] 13 [setTimeout]
(...skipping 12 matching lines...) Expand all
27 Printing visible call stack: 26 Printing visible call stack:
28 Call stack: 27 Call stack:
29 0) callback2 (frameworks-with-async-callstack.html:30) 28 0) callback2 (frameworks-with-async-callstack.html:30)
30 [setTimeout] 29 [setTimeout]
31 0) window.callbackFromFramework (frameworks-with-async-callstack.html:10) 30 0) window.callbackFromFramework (frameworks-with-async-callstack.html:10)
32 [setTimeout] 31 [setTimeout]
33 0) callback1 (frameworks-with-async-callstack.html:25) 32 0) callback1 (frameworks-with-async-callstack.html:25)
34 1) timeout1 (frameworks-with-async-callstack.html:20) 33 1) timeout1 (frameworks-with-async-callstack.html:20)
35 [setTimeout] 34 [setTimeout]
36 0) testFunction (frameworks-with-async-callstack.html:15) 35 0) testFunction (frameworks-with-async-callstack.html:15)
37 Debugger was disabled.
38 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698