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

Unified Diff: LayoutTests/inspector/extensions/extensions-console-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/extensions/extensions-console-expected.txt
diff --git a/LayoutTests/inspector/extensions/extensions-console-expected.txt b/LayoutTests/inspector/extensions/extensions-console-expected.txt
index fdb7bfb3b302c8587b1175e7107d7aec0444d0ba..5f7948663f52e2281977919930d58eda2c1d1377 100644
--- a/LayoutTests/inspector/extensions/extensions-console-expected.txt
+++ b/LayoutTests/inspector/extensions/extensions-console-expected.txt
@@ -1,13 +1,13 @@
CONSOLE MESSAGE: line 46: log message
-CONSOLE MESSAGE: line 47: debug message
-CONSOLE MESSAGE: line 48: warning message
-CONSOLE MESSAGE: line 49: error message
+CONSOLE DEBUG: line 47: debug message
+CONSOLE WARNING: line 48: warning message
+CONSOLE ERROR: line 49: error message
CONSOLE MESSAGE: line 50: log message with two parameters, an integer: %d and a string: %s
CONSOLE MESSAGE: line 1: log message from evaluated code
CONSOLE MESSAGE: line 46: log message
-CONSOLE MESSAGE: line 47: debug message
-CONSOLE MESSAGE: line 48: warning message
-CONSOLE MESSAGE: line 49: error message
+CONSOLE DEBUG: line 47: debug message
+CONSOLE WARNING: line 48: warning message
+CONSOLE ERROR: line 49: error message
CONSOLE MESSAGE: line 50: log message with two parameters, an integer: %d and a string: %s
CONSOLE MESSAGE: line 1: log message from evaluated code
Tests methods of webInspector.console extension API

Powered by Google App Engine
This is Rietveld 408576698