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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-mute-exception-expected.txt

Issue 2389883003: DevTools: hoist debugger paused reason to top (Closed)
Patch Set: update test for windows compat Created 4 years, 1 month 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 unified diff | Download patch
OLDNEW
1 Tests that pause on exception is muted when conditional breakpoint is set to "fa lse". 1 Tests that pause on exception is muted when conditional breakpoint is set to "fa lse".
2 2
3 Script source was shown. 3 Script source was shown.
4 Script execution paused. 4 Script execution paused.
5 Call stack: 5 Call stack:
6 0) throwAnException (debugger-mute-exception.html:18) 6 0) throwAnException (debugger-mute-exception.html:18)
7 1) handleClick (debugger-mute-exception.html:25) 7 1) handleClick (debugger-mute-exception.html:25)
8 Paused on exception: 'TypeError: Cannot set property 'bar' of undefined'. 8 Paused on exceptionTypeError: Cannot set property 'bar' of undefined
9 Script execution resumed. 9 Script execution resumed.
10 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698