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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-step/debugger-step-through-promises-expected.txt

Issue 2828863002: [DevTools] enable async stacks by default (Closed)
Patch Set: Created 3 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-step/debugger-step-through-promises-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-step/debugger-step-through-promises-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-step/debugger-step-through-promises-expected.txt
index 8176707f2d3d0844c1fa8c72818f3a07a90364d6..8b17bd32f376490ba0fc1ecbdb0fb73b42c3ca90 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-step/debugger-step-through-promises-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-step/debugger-step-through-promises-expected.txt
@@ -4,25 +4,55 @@ Tests that debugger will step through Promise handlers while not stepping into V
Set timer for test function.
Call stack:
0) p1 (debugger-step-through-promises.html:12)
+ [Promise.resolve]
+ 0) testFunction (debugger-step-through-promises.html:9)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Executing StepInto...
Call stack:
0) p1 (debugger-step-through-promises.html:13)
+ [Promise.resolve]
+ 0) testFunction (debugger-step-through-promises.html:9)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Executing StepInto...
Call stack:
0) p2 (debugger-step-through-promises.html:17)
+ [Promise.resolve]
+ 0) testFunction (debugger-step-through-promises.html:9)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Executing StepOver...
Call stack:
0) p2 (debugger-step-through-promises.html:18)
+ [Promise.resolve]
+ 0) testFunction (debugger-step-through-promises.html:9)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Executing StepOver...
Call stack:
0) p3 (debugger-step-through-promises.html:22)
+ [Promise.resolve]
+ 0) testFunction (debugger-step-through-promises.html:9)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Executing StepOver...
Call stack:
0) p3 (debugger-step-through-promises.html:23)
+ [Promise.resolve]
+ 0) testFunction (debugger-step-through-promises.html:9)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>

Powered by Google App Engine
This is Rietveld 408576698