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

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

Issue 2873713002: [DevTools] added creation stack for event listeners without scheduled stack
Patch Set: better 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
(Empty)
1 Tests asynchronous call stacks for onload.
2
3 Set timer for test function.
4 Captured call stacks in no particular order:
5 Call stack:
6 0) onImageError (async-callstack-onload.html:22)
7 [error event]
8 0) testFunction (async-callstack-onload.html:11)
9 [setTimeout]
10 0) scheduleTestFunction (debugger-test.js:3)
11 <... skipped remaining frames ...>
12
13 Call stack:
14 0) onImageLoaded (async-callstack-onload.html:16)
15 [load event]
16 0) testFunction (async-callstack-onload.html:10)
17 [setTimeout]
18 0) scheduleTestFunction (debugger-test.js:3)
19 <... skipped remaining frames ...>
20
21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698