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

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

Issue 911993002: DevTools: [Console] render console stacktraces consistently (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaseline one more test Created 5 years, 10 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
index 4b61730ae97c7b3f577d59ce2a7e44cc57d4fb67..137f9d94becf29870996e96bc4e16ae54f9b5415 100644
--- 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
@@ -4,10 +4,11 @@ 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)
- async-callstack-network-initiator.html:29 sendXHR
- async-callstack-network-initiator.html:22 timeout2
+
+ sendXHR @ async-callstack-network-initiator.html:29
+ timeout2 @ async-callstack-network-initiator.html:22
setTimeout (async)
- async-callstack-network-initiator.html:17 timeout1
+ timeout1 @ async-callstack-network-initiator.html:17
setTimeout (async)
- async-callstack-network-initiator.html:12 testFunction
+ testFunction @ async-callstack-network-initiator.html:12
« no previous file with comments | « LayoutTests/http/tests/inspector/inspector-test.js ('k') | LayoutTests/inspector/console/console-assert-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698