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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-onload-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-onload-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-onload-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d9bcde2bf6b2007ba263cb153c85fd45789a2464
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-onload-expected.txt
@@ -0,0 +1,21 @@
+Tests asynchronous call stacks for onload.
+
+Set timer for test function.
+Captured call stacks in no particular order:
+Call stack:
+ 0) onImageError (async-callstack-onload.html:22)
+ [error event]
+ 0) testFunction (async-callstack-onload.html:11)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
+
+Call stack:
+ 0) onImageLoaded (async-callstack-onload.html:16)
+ [load event]
+ 0) testFunction (async-callstack-onload.html:10)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
+
+

Powered by Google App Engine
This is Rietveld 408576698