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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-fetch-expected.txt

Issue 2859053007: [DevTools] prepare frontend for new async stacks (Closed)
Patch Set: added rebased test Created 3 years, 7 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 fetch. 1 Tests asynchronous call stacks for fetch.
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) chained1 (async-callstack-fetch.html:15) 6 0) chained1 (async-callstack-fetch.html:15)
7 [Promise] 7 [Promise.resolve]
8 0) doFetch (async-callstack-fetch.html:14) 8 0) doFetch (async-callstack-fetch.html:14)
9 [setTimeout] 9 [setTimeout]
10 0) testFunction (async-callstack-fetch.html:9) 10 0) testFunction (async-callstack-fetch.html:9)
11 [setTimeout] 11 [setTimeout]
12 0) scheduleTestFunction (debugger-test.js:3) 12 0) scheduleTestFunction (debugger-test.js:3)
13 <... skipped remaining frames ...> 13 <... skipped remaining frames ...>
14 14
15 Call stack: 15 Call stack:
16 0) chained4 (async-callstack-fetch.html:19) 16 0) chained4 (async-callstack-fetch.html:19)
17 [Promise] 17 [Promise.resolve]
18 0) doFetch (async-callstack-fetch.html:14) 18 0) doFetch (async-callstack-fetch.html:18)
19 [setTimeout] 19 [setTimeout]
20 0) testFunction (async-callstack-fetch.html:9) 20 0) testFunction (async-callstack-fetch.html:9)
21 [setTimeout] 21 [setTimeout]
22 0) scheduleTestFunction (debugger-test.js:3) 22 0) scheduleTestFunction (debugger-test.js:3)
23 <... skipped remaining frames ...> 23 <... skipped remaining frames ...>
24 24
25 25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698