| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-promise-rejection-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-promise-rejection-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-promise-rejection-expected.txt
|
| index 0f13cbca0b4e3cb76687904a17c2b7b5f0dfe968..f349628bf4d4c065775555357f7f231ff0f42066 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-promise-rejection-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-promise-rejection-expected.txt
|
| @@ -6,14 +6,23 @@ Tests that pause on promise rejection works.
|
| Set timer for test function.
|
| Call stack:
|
| 0) testFunction (debugger-pause-on-promise-rejection.html:35)
|
| + [setTimeout]
|
| + 0) scheduleTestFunction (debugger-test.js:3)
|
| + <... skipped remaining frames ...>
|
| Paused on promise rejectionError: uncaught
|
|
|
| === Pausing on all exceptions ===
|
| Set timer for test function.
|
| Call stack:
|
| 0) testFunction (debugger-pause-on-promise-rejection.html:34)
|
| + [setTimeout]
|
| + 0) scheduleTestFunction (debugger-test.js:3)
|
| + <... skipped remaining frames ...>
|
| Paused on promise rejectionError: caught
|
| Call stack:
|
| 0) testFunction (debugger-pause-on-promise-rejection.html:35)
|
| + [setTimeout]
|
| + 0) scheduleTestFunction (debugger-test.js:3)
|
| + <... skipped remaining frames ...>
|
| Paused on promise rejectionError: uncaught
|
|
|
|
|