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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/console/console-log-before-inspector-open-expected.txt
diff --git a/LayoutTests/inspector/console/console-log-before-inspector-open-expected.txt b/LayoutTests/inspector/console/console-log-before-inspector-open-expected.txt
index 34cb6eeb41fe832f6c228c08d3366a6923d9077a..7a13eecf40fca30b52cc5d0fbc356d62c77a40f2 100644
--- a/LayoutTests/inspector/console/console-log-before-inspector-open-expected.txt
+++ b/LayoutTests/inspector/console/console-log-before-inspector-open-expected.txt
@@ -1,8 +1,8 @@
CONSOLE MESSAGE: line 7: log
-CONSOLE MESSAGE: line 8: debug
+CONSOLE DEBUG: line 8: debug
CONSOLE MESSAGE: line 9: info
-CONSOLE MESSAGE: line 10: warn
-CONSOLE MESSAGE: line 11: error
+CONSOLE WARNING: line 10: warn
+CONSOLE ERROR: line 11: error
Tests that Web Inspector won't crash if some console have been logged by the time it's opening.
log console-log-before-inspector-open.html:7

Powered by Google App Engine
This is Rietveld 408576698