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

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

Issue 1380573002: DevTools: fix evaluation on the last async call stack in chain (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebaselined async-callstack-filesystem.html Created 5 years, 2 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 Tests asynchronous call stacks for setInterval. 1 Tests asynchronous call stacks for setInterval.
2 2
3 Set timer for test function. 3 Set timer for test function.
4 Captured call stacks in no particular order: 4 Captured call stacks in no particular order:
5 Call stack: 5 Call stack:
6 0) callback (async-callstack-set-interval.html:17) 6 0) callback (async-callstack-set-interval.html:17)
7 [setInterval] 7 [setInterval]
8 0) testFunction (async-callstack-set-interval.html:11) 8 0) testFunction (async-callstack-set-interval.html:11)
9 [setTimeout]
10 0) scheduleTestFunction (debugger-test.js:3)
11 <... skipped remaining frames ...>
9 12
10 Call stack: 13 Call stack:
11 0) callback (async-callstack-set-interval.html:19) 14 0) callback (async-callstack-set-interval.html:19)
12 [setInterval] 15 [setInterval]
13 0) testFunction (async-callstack-set-interval.html:11) 16 0) testFunction (async-callstack-set-interval.html:11)
17 [setTimeout]
18 0) scheduleTestFunction (debugger-test.js:3)
19 <... skipped remaining frames ...>
14 20
15 Call stack: 21 Call stack:
16 0) callback (async-callstack-set-interval.html:22) 22 0) callback (async-callstack-set-interval.html:22)
17 [setInterval] 23 [setInterval]
18 0) testFunction (async-callstack-set-interval.html:11) 24 0) testFunction (async-callstack-set-interval.html:11)
25 [setTimeout]
26 0) scheduleTestFunction (debugger-test.js:3)
27 <... skipped remaining frames ...>
19 28
20 29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698