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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-fetch-expected.txt

Issue 1857713004: DevTools: simplify the async instrumentation harness. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/http/tests/inspector/sources/debugger/async-callstack-fetch-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-fetch-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-fetch-expected.txt
index 2f0919f75f5f5cd6b10ed3e9bb8faf6e5137a010..267d5b7e2c2f25e22afd9a83e7e6a02de286647d 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-fetch-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-fetch-expected.txt
@@ -3,6 +3,23 @@ Tests asynchronous call stacks for fetch.
Set timer for test function.
Captured call stacks in no particular order:
Call stack:
- 0) catchCallback (async-callstack-fetch.html:22)
+ 0) chained1 (async-callstack-fetch.html:15)
+ [Promise]
+ 0) doFetch (async-callstack-fetch.html:14)
+ [setTimeout]
+ 0) testFunction (async-callstack-fetch.html:9)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
+
+Call stack:
+ 0) chained4 (async-callstack-fetch.html:19)
+ [Promise]
+ 0) doFetch (async-callstack-fetch.html:14)
+ [setTimeout]
+ 0) testFunction (async-callstack-fetch.html:9)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>

Powered by Google App Engine
This is Rietveld 408576698