Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-promises-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-promises-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-promises-expected.txt |
index d6fc299eaddfe39f6761ddfbf8e5f0de3dd8a31a..34def0c8392c503883dd2dc2a15c94f044b64769 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-promises-expected.txt |
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-promises-expected.txt |
@@ -38,6 +38,9 @@ Call stack: |
3) testFunctionTimeout (async-callstack-promises.html:50) |
[setTimeout] |
0) testFunction (async-callstack-promises.html:43) |
+ [setTimeout] |
+ 0) scheduleTestFunction (debugger-test.js:3) |
+ <... skipped remaining frames ...> |
Call stack: |
0) catchCallback (async-callstack-promises.html:130) |
@@ -61,6 +64,16 @@ Call stack: |
2) chained1 (async-callstack-promises.html:122) |
[Promise.resolve] |
0) resolvePromise (async-callstack-promises.html:12) |
+ [setTimeout] |
+ 0) promiseCallback (async-callstack-promises.html:21) |
+ 1) timeoutPromise (async-callstack-promises.html:9) |
+ 2) doTestThrowFromChain (async-callstack-promises.html:121) |
+ 3) testFunctionTimeout (async-callstack-promises.html:50) |
+ [setTimeout] |
+ 0) testFunction (async-callstack-promises.html:43) |
+ [setTimeout] |
+ 0) scheduleTestFunction (debugger-test.js:3) |
+ <... skipped remaining frames ...> |
Call stack: |
0) chained1 (async-callstack-promises.html:80) |
@@ -227,6 +240,11 @@ Call stack: |
1) timeoutPromise (async-callstack-promises.html:9) |
2) doTestChainedPromises (async-callstack-promises.html:79) |
3) testFunctionTimeout (async-callstack-promises.html:50) |
+ [setTimeout] |
+ 0) testFunction (async-callstack-promises.html:43) |
+ [setTimeout] |
+ 0) scheduleTestFunction (debugger-test.js:3) |
+ <... skipped remaining frames ...> |
Call stack: |
0) thenCallback (async-callstack-promises.html:55) |