Upstream version 11.40.271.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / sources / debugger / debugger-pause-on-promise-rejection-expected.txt
1 CONSOLE ERROR: line 35: Unhandled promise rejection
2 CONSOLE ERROR: line 35: Unhandled promise rejection
3 Tests that pause on promise rejection works.
4
5 === Pausing only on uncaught exceptions ===
6 Set timer for test function.
7 Call stack:
8     0) testFunction (debugger-pause-on-promise-rejection.html:35)
9 Paused on promise rejection: 'Error: uncaught'.
10
11 === Pausing on all exceptions ===
12 Set timer for test function.
13 Call stack:
14     0) testFunction (debugger-pause-on-promise-rejection.html:34)
15 Paused on promise rejection: 'Error: caught'.
16 Call stack:
17     0) testFunction (debugger-pause-on-promise-rejection.html:35)
18 Paused on promise rejection: 'Error: uncaught'.
19