| Index: LayoutTests/inspector/sources/debugger/debugger-pause-on-promise-rejection-expected.txt
|
| diff --git a/LayoutTests/inspector/sources/debugger/debugger-pause-on-promise-rejection-expected.txt b/LayoutTests/inspector/sources/debugger/debugger-pause-on-promise-rejection-expected.txt
|
| deleted file mode 100644
|
| index 52e32ee795be17232f0db69fbb3cb096f1d9ca9a..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/inspector/sources/debugger/debugger-pause-on-promise-rejection-expected.txt
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -CONSOLE ERROR: line 35: Uncaught (in promise) Error: uncaught
|
| -CONSOLE ERROR: line 35: Uncaught (in promise) Error: uncaught
|
| -Tests that pause on promise rejection works.
|
| -
|
| -=== Pausing only on uncaught exceptions ===
|
| -Set timer for test function.
|
| -Call stack:
|
| - 0) testFunction (debugger-pause-on-promise-rejection.html:35)
|
| -Paused on promise rejection: 'Error: uncaught'.
|
| -
|
| -=== Pausing on all exceptions ===
|
| -Set timer for test function.
|
| -Call stack:
|
| - 0) testFunction (debugger-pause-on-promise-rejection.html:34)
|
| -Paused on promise rejection: 'Error: caught'.
|
| -Call stack:
|
| - 0) testFunction (debugger-pause-on-promise-rejection.html:35)
|
| -Paused on promise rejection: 'Error: uncaught'.
|
| -
|
|
|