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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/filesystem/async-callstack-filesystem-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 FileSystem API. 1 Tests asynchronous call stacks for FileSystem API.
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) expectError (async-callstack-filesystem.html:36) 6 0) expectError (async-callstack-filesystem.html:36)
7 [FileSystem] 7 [FileSystem]
8 0) timeout (async-callstack-filesystem.html:31) 8 0) timeout (async-callstack-filesystem.html:31)
9 [setTimeout] 9 [setTimeout]
10 0) testFunction (async-callstack-filesystem.html:25) 10 0) testFunction (async-callstack-filesystem.html:25)
11 [setTimeout]
12 0) scheduleTestFunction (debugger-test.js:3)
13 <... skipped remaining frames ...>
11 14
12 Call stack: 15 Call stack:
13 0) onFileCreated (async-callstack-filesystem.html:51) 16 0) onFileCreated (async-callstack-filesystem.html:51)
14 [FileSystem] 17 [FileSystem]
15 0) onInitFileSystem (async-callstack-filesystem.html:45) 18 0) onInitFileSystem (async-callstack-filesystem.html:45)
16 [FileSystem] 19 [FileSystem]
17 0) expectError (async-callstack-filesystem.html:37) 20 0) expectError (async-callstack-filesystem.html:37)
18 [FileSystem] 21 [FileSystem]
19 0) timeout (async-callstack-filesystem.html:31) 22 0) timeout (async-callstack-filesystem.html:31)
20 [setTimeout] 23 [setTimeout]
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 0) timeout (async-callstack-filesystem.html:31) 80 0) timeout (async-callstack-filesystem.html:31)
78 81
79 Call stack: 82 Call stack:
80 0) onInitFileSystem (async-callstack-filesystem.html:43) 83 0) onInitFileSystem (async-callstack-filesystem.html:43)
81 [FileSystem] 84 [FileSystem]
82 0) expectError (async-callstack-filesystem.html:37) 85 0) expectError (async-callstack-filesystem.html:37)
83 [FileSystem] 86 [FileSystem]
84 0) timeout (async-callstack-filesystem.html:31) 87 0) timeout (async-callstack-filesystem.html:31)
85 [setTimeout] 88 [setTimeout]
86 0) testFunction (async-callstack-filesystem.html:25) 89 0) testFunction (async-callstack-filesystem.html:25)
90 [setTimeout]
91 0) scheduleTestFunction (debugger-test.js:3)
92 <... skipped remaining frames ...>
87 93
88 94
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698