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

Unified Diff: LayoutTests/http/tests/inspector/sources/debugger/async-callstack-network-initiator-expected.txt

Issue 416843002: DevTools: Send async stack trace with Network.Initiator. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 6 years, 5 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: LayoutTests/http/tests/inspector/sources/debugger/async-callstack-network-initiator-expected.txt
diff --git a/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-network-initiator-expected.txt b/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-network-initiator-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..17645a996e95b8ea03dcea9913da9dd888ddae55
--- /dev/null
+++ b/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-network-initiator-expected.txt
@@ -0,0 +1,13 @@
+Tests asynchronous call stacks printed in console for a Network.Initiator.
+
+Set timer for test function.
+Console was cleared async-callstack-network-initiator.html:11
+
+ POST http://127.0.0.1:8000/failure/foo 404 (Not Found) async-callstack-network-initiator.html:29
+ sendXHR async-callstack-network-initiator.html:29
+ timeout2 async-callstack-network-initiator.html:22
+ setTimeout (async)
+ timeout1 async-callstack-network-initiator.html:17
+ setTimeout (async)
+ testFunction async-callstack-network-initiator.html:12
+

Powered by Google App Engine
This is Rietveld 408576698