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

Side by Side Diff: LayoutTests/inspector/sources/debugger-async/async-callstack-get-as-string-expected.txt

Issue 1153923005: DevTools: shard inspector/debugger tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 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 13
14 Call stack: 14 Call stack:
15 0) onPaste (async-callstack-get-as-string.html:29) 15 0) onPaste (async-callstack-get-as-string.html:29)
16 1) timeout (async-callstack-get-as-string.html:24) 16 1) timeout (async-callstack-get-as-string.html:24)
17 [setTimeout] 17 [setTimeout]
18 0) testFunction (async-callstack-get-as-string.html:9) 18 0) testFunction (async-callstack-get-as-string.html:9)
19 19
20 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698