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 ...> |