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

Side by Side Diff: LayoutTests/inspector/debugger/debugger-no-pause-on-antibreakpoint-expected.txt

Issue 26770004: Add console message levels to test expectation output. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tests. Created 7 years, 2 months 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE MESSAGE: line 9: Uncaught ReferenceError: unknown_var is not defined 1 CONSOLE ERROR: line 9: Uncaught ReferenceError: unknown_var is not defined
2 CONSOLE MESSAGE: line 23: Uncaught TypeError: Object 3 has no method 'changeValu eTo' 2 CONSOLE ERROR: line 23: Uncaught TypeError: Object 3 has no method 'changeValueT o'
3 Tests that anti-breakpoint works. 3 Tests that anti-breakpoint works.
4 4
5 Debugger was enabled. 5 Debugger was enabled.
6 Script source was shown. 6 Script source was shown.
7 Script execution paused. 7 Script execution paused.
8 Call stack: 8 Call stack:
9 0) throwAnException (debugger-no-pause-on-antibreakpoint.html:9) 9 0) throwAnException (debugger-no-pause-on-antibreakpoint.html:9)
10 1) handleClick (debugger-no-pause-on-antibreakpoint.html:14) 10 1) handleClick (debugger-no-pause-on-antibreakpoint.html:14)
11 Script execution resumed. 11 Script execution resumed.
12 Antibreakpoint must be set by now. 12 Antibreakpoint must be set by now.
13 Script execution paused. 13 Script execution paused.
14 Call stack: 14 Call stack:
15 0) handleClick2 (debugger-no-pause-on-antibreakpoint.html:23) 15 0) handleClick2 (debugger-no-pause-on-antibreakpoint.html:23)
16 Script execution resumed. 16 Script execution resumed.
17 Debugger was disabled. 17 Debugger was disabled.
18 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698