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

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

Issue 2859053007: [DevTools] prepare frontend for new async stacks (Closed)
Patch Set: added rebased test Created 3 years, 7 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 8b17bd32f376490ba0fc1ecbdb0fb73b42c3ca90..c43938c371e697deb0f1dbbc5bc19cfdef2a35a3 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
@@ -23,7 +23,7 @@ Executing StepInto...
Call stack:
0) p2 (debugger-step-through-promises.html:17)
[Promise.resolve]
- 0) testFunction (debugger-step-through-promises.html:9)
+ 0) testFunction (debugger-step-through-promises.html:14)
[setTimeout]
0) scheduleTestFunction (debugger-test.js:3)
<... skipped remaining frames ...>
@@ -32,7 +32,7 @@ Executing StepOver...
Call stack:
0) p2 (debugger-step-through-promises.html:18)
[Promise.resolve]
- 0) testFunction (debugger-step-through-promises.html:9)
+ 0) testFunction (debugger-step-through-promises.html:14)
[setTimeout]
0) scheduleTestFunction (debugger-test.js:3)
<... skipped remaining frames ...>
@@ -41,7 +41,7 @@ Executing StepOver...
Call stack:
0) p3 (debugger-step-through-promises.html:22)
[Promise.resolve]
- 0) testFunction (debugger-step-through-promises.html:9)
+ 0) testFunction (debugger-step-through-promises.html:19)
[setTimeout]
0) scheduleTestFunction (debugger-test.js:3)
<... skipped remaining frames ...>
@@ -50,7 +50,7 @@ Executing StepOver...
Call stack:
0) p3 (debugger-step-through-promises.html:23)
[Promise.resolve]
- 0) testFunction (debugger-step-through-promises.html:9)
+ 0) testFunction (debugger-step-through-promises.html:19)
[setTimeout]
0) scheduleTestFunction (debugger-test.js:3)
<... skipped remaining frames ...>

Powered by Google App Engine
This is Rietveld 408576698