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

Unified Diff: LayoutTests/inspector/console/console-tests-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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/console/console-tests-expected.txt
diff --git a/LayoutTests/inspector/console/console-tests-expected.txt b/LayoutTests/inspector/console/console-tests-expected.txt
index c11f4d56635668ffb8a285b905302dc469249b0b..706759e6b5fb9ff60d29bbde296238fa1930097e 100644
--- a/LayoutTests/inspector/console/console-tests-expected.txt
+++ b/LayoutTests/inspector/console/console-tests-expected.txt
@@ -1,8 +1,8 @@
CONSOLE MESSAGE: line 9: log
-CONSOLE MESSAGE: line 10: debug
+CONSOLE DEBUG: line 10: debug
CONSOLE MESSAGE: line 11: info
-CONSOLE MESSAGE: line 12: warn
-CONSOLE MESSAGE: line 13: error
+CONSOLE WARNING: line 12: warn
+CONSOLE ERROR: line 13: error
CONSOLE MESSAGE: line 15: repeated
CONSOLE MESSAGE: line 15: repeated
CONSOLE MESSAGE: line 15: repeated

Powered by Google App Engine
This is Rietveld 408576698