Index: third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-network-initiator-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-network-initiator-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-network-initiator-expected.txt |
index ff32b5f35f507d986ca0faf70930c5f2f82a022e..4cb1eda8468da7b638f7de1b5668f7d6b38064e5 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-network-initiator-expected.txt |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-network-initiator-expected.txt |
@@ -4,10 +4,16 @@ Tests asynchronous call stacks printed in console for a Network.Initiator. |
Set timer for test function. |
async-callstack-network-initiator.html:11 Console was cleared |
async-callstack-network-initiator.html:29 POST http://127.0.0.1:8000/failure/foo 404 (Not Found) |
+ |
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 |