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

Side by Side Diff: LayoutTests/inspector/console/console-log-before-inspector-open-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 7: log 1 CONSOLE MESSAGE: line 7: log
2 CONSOLE MESSAGE: line 8: debug 2 CONSOLE DEBUG: line 8: debug
3 CONSOLE MESSAGE: line 9: info 3 CONSOLE MESSAGE: line 9: info
4 CONSOLE MESSAGE: line 10: warn 4 CONSOLE WARNING: line 10: warn
5 CONSOLE MESSAGE: line 11: error 5 CONSOLE ERROR: line 11: error
6 Tests that Web Inspector won't crash if some console have been logged by the tim e it's opening. 6 Tests that Web Inspector won't crash if some console have been logged by the tim e it's opening.
7 7
8 log console-log-before-inspector-open.html:7 8 log console-log-before-inspector-open.html:7
9 debug console-log-before-inspector-open.html:8 9 debug console-log-before-inspector-open.html:8
10 info console-log-before-inspector-open.html:9 10 info console-log-before-inspector-open.html:9
11 warn console-log-before-inspector-open.html:10 11 warn console-log-before-inspector-open.html:10
12 error console-log-before-inspector-open.html:11 12 error console-log-before-inspector-open.html:11
13 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698