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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-get-as-string-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 1
2 Tests asynchronous call stacks for DataTransferItem.getAsString. 2 Tests asynchronous call stacks for DataTransferItem.getAsString.
3 3
4 Set timer for test function. 4 Set timer for test function.
5 Captured call stacks in no particular order: 5 Captured call stacks in no particular order:
6 Call stack: 6 Call stack:
7 0) onGetAsString (async-callstack-get-as-string.html:38) 7 0) onGetAsString (async-callstack-get-as-string.html:38)
8 [DataTransferItem.getAsString] 8 [DataTransferItem.getAsString]
9 0) onPaste (async-callstack-get-as-string.html:33) 9 0) onPaste (async-callstack-get-as-string.html:33)
10 1) timeout (async-callstack-get-as-string.html:24) 10 1) timeout (async-callstack-get-as-string.html:24)
11 [setTimeout] 11 [setTimeout]
12 0) testFunction (async-callstack-get-as-string.html:9) 12 0) testFunction (async-callstack-get-as-string.html:9)
13 [setTimeout]
14 0) scheduleTestFunction (debugger-test.js:3)
15 <... skipped remaining frames ...>
13 16
14 Call stack: 17 Call stack:
15 0) onPaste (async-callstack-get-as-string.html:29) 18 0) onPaste (async-callstack-get-as-string.html:29)
16 1) timeout (async-callstack-get-as-string.html:24) 19 1) timeout (async-callstack-get-as-string.html:24)
17 [setTimeout] 20 [setTimeout]
18 0) testFunction (async-callstack-get-as-string.html:9) 21 0) testFunction (async-callstack-get-as-string.html:9)
22 [setTimeout]
23 0) scheduleTestFunction (debugger-test.js:3)
24 <... skipped remaining frames ...>
19 25
20 26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698