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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-middle-run-expected.txt

Issue 1857713004: DevTools: simplify the async instrumentation harness. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: same with scriptpromiseresolver Created 4 years, 8 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/inspector/sources/debugger-async/async-callstack-middle-run-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-middle-run-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-middle-run-expected.txt
index ee0c826044df5a6548687fb5b339e4856e859ade..f5a14ca231bfacdfb3eaac944b3fb808c320a085 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-middle-run-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-middle-run-expected.txt
@@ -4,10 +4,14 @@ Set timer for test function.
Captured call stacks in no particular order:
Call stack:
0) timeoutOffCapturing2 (async-callstack-middle-run.html:21)
+ [setTimeout]
+ 0) timeoutOffCapturing (async-callstack-middle-run.html:14)
Call stack:
0) timeoutOnCapturing (async-callstack-middle-run.html:26)
[setTimeout]
0) timeoutOffCapturing (async-callstack-middle-run.html:16)
+ [setTimeout]
+ 0) testFunction (async-callstack-middle-run.html:9)

Powered by Google App Engine
This is Rietveld 408576698