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

Side by Side Diff: LayoutTests/inspector/debugger/source-frame-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 10: test error message 1 CONSOLE ERROR: line 10: test error message
2 Tests that it's possible to set breakpoint in source frame, and that source fram e displays breakpoints and console errors. 2 Tests that it's possible to set breakpoint in source frame, and that source fram e displays breakpoints and console errors.
3 3
4 Debugger was enabled. 4 Debugger was enabled.
5 5
6 Running: testSetBreakpoint 6 Running: testSetBreakpoint
7 Script source was shown. 7 Script source was shown.
8 Breakpoint added to source frame at line 14 8 Breakpoint added to source frame at line 14
9 9
10 Running: testConsoleMessage 10 Running: testConsoleMessage
11 Script source was shown. 11 Script source was shown.
12 Message added to source frame: test error message 12 Message added to source frame: test error message
13 Messages cleared in source frame. 13 Messages cleared in source frame.
14 14
15 Running: testShowResource 15 Running: testShowResource
16 Debugger was disabled. 16 Debugger was disabled.
17 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698