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

Side by Side Diff: LayoutTests/inspector/sources/debugger/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 Tests asynchronous call stacks in debugger. 1 Tests asynchronous call stacks in debugger.
2 2
3 Debugger was enabled.
4 Set timer for test function. 3 Set timer for test function.
5 Captured call stacks in no particular order: 4 Captured call stacks in no particular order:
6 Call stack: 5 Call stack:
7 0) animFrame1 (async-callstack.html:30) 6 0) animFrame1 (async-callstack.html:30)
8 [requestAnimationFrame] 7 [requestAnimationFrame]
9 0) timeout1 (async-callstack.html:19) 8 0) timeout1 (async-callstack.html:19)
10 1) innerTestFunction (async-callstack.html:11) 9 1) innerTestFunction (async-callstack.html:11)
11 [setTimeout] 10 [setTimeout]
12 0) testFunction (async-callstack.html:13) 11 0) testFunction (async-callstack.html:13)
13 12
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 1) longTail0 (async-callstack.html:50) 50 1) longTail0 (async-callstack.html:50)
52 [setTimeout] 51 [setTimeout]
53 0) longTail1 (:1) 52 0) longTail1 (:1)
54 [setTimeout] 53 [setTimeout]
55 0) longTail2 (:2) 54 0) longTail2 (:2)
56 [setTimeout] 55 [setTimeout]
57 0) longTail3 (:3) 56 0) longTail3 (:3)
58 [setTimeout] 57 [setTimeout]
59 0) longTail4 (:4) 58 0) longTail4 (:4)
60 59
61 Debugger was disabled.
62 60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698