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

Unified Diff: LayoutTests/inspector/debugger/async-callstack-xhrs-expected.txt

Issue 118293002: DevTools: Support XHR async call stacks in the debugger. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: split tests Created 7 years 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: LayoutTests/inspector/debugger/async-callstack-xhrs-expected.txt
diff --git a/LayoutTests/inspector/debugger/async-callstack-xhrs-expected.txt b/LayoutTests/inspector/debugger/async-callstack-xhrs-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..2f9e006ee96020f3b32c16865b7f49cd2d7f30ee
--- /dev/null
+++ b/LayoutTests/inspector/debugger/async-callstack-xhrs-expected.txt
@@ -0,0 +1,68 @@
+Tests asynchronous call stacks for XHRs.
+
+Debugger was enabled.
+Set timer for test function.
+Captured call stacks in no particular order:
+Call stack:
+ 0) downloadEnd (async-callstack-xhrs.html:35)
+ 1) sendXHR (async-callstack-xhrs.html:59)
+ 2) sendSyncXHR (async-callstack-xhrs.html:19)
+ 3) timeout (async-callstack-xhrs.html:14)
+ [setTimeout]
+ 0) testFunction (async-callstack-xhrs.html:9)
+
+Call stack:
+ 0) downloadEnd (async-callstack-xhrs.html:35)
+ [XMLHttpRequest.send]
+ 0) sendXHR (async-callstack-xhrs.html:59)
+ 1) sendAsyncXHR (async-callstack-xhrs.html:18)
+ 2) timeout (async-callstack-xhrs.html:15)
+ [setTimeout]
+ 0) testFunction (async-callstack-xhrs.html:9)
+
+Call stack:
+ 0) downloadProgress (async-callstack-xhrs.html:44)
+ [XMLHttpRequest.send]
+ 0) sendXHR (async-callstack-xhrs.html:59)
+ 1) sendAsyncXHR (async-callstack-xhrs.html:18)
+ 2) timeout (async-callstack-xhrs.html:15)
+ [setTimeout]
+ 0) testFunction (async-callstack-xhrs.html:9)
+
+Call stack:
+ 0) uploadEnd (async-callstack-xhrs.html:40)
+ [XMLHttpRequest.send]
+ 0) sendXHR (async-callstack-xhrs.html:59)
+ 1) sendAsyncXHR (async-callstack-xhrs.html:18)
+ 2) timeout (async-callstack-xhrs.html:15)
+ [setTimeout]
+ 0) testFunction (async-callstack-xhrs.html:9)
+
+Call stack:
+ 0) uploadProgress (async-callstack-xhrs.html:49)
+ [XMLHttpRequest.send]
+ 0) sendXHR (async-callstack-xhrs.html:59)
+ 1) sendAsyncXHR (async-callstack-xhrs.html:18)
+ 2) timeout (async-callstack-xhrs.html:15)
+ [setTimeout]
+ 0) testFunction (async-callstack-xhrs.html:9)
+
+Call stack:
+ 0) xhr.onreadystatechange (async-callstack-xhrs.html:29)
+ 1) sendXHR (async-callstack-xhrs.html:59)
+ 2) sendSyncXHR (async-callstack-xhrs.html:19)
+ 3) timeout (async-callstack-xhrs.html:14)
+ [setTimeout]
+ 0) testFunction (async-callstack-xhrs.html:9)
+
+Call stack:
+ 0) xhr.onreadystatechange (async-callstack-xhrs.html:29)
+ [XMLHttpRequest.send]
+ 0) sendXHR (async-callstack-xhrs.html:59)
+ 1) sendAsyncXHR (async-callstack-xhrs.html:18)
+ 2) timeout (async-callstack-xhrs.html:15)
+ [setTimeout]
+ 0) testFunction (async-callstack-xhrs.html:9)
+
+Debugger was disabled.
+

Powered by Google App Engine
This is Rietveld 408576698