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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-log-without-console-expected.txt

Issue 2646033003: DevTools: streamline console logging levels, migrate 'log' to 'info' level, 'debug' to 'verbose' le… (Closed)
Patch Set: missing rebaseline Created 3 years, 11 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: third_party/WebKit/LayoutTests/inspector/console/console-log-without-console-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-log-without-console-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-log-without-console-expected.txt
index 55d62dc356f348fefca1e15d2dbacc07cf53b7d2..9ff79f362fdf73376c9b746fcdb4ef2298509179 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-log-without-console-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-log-without-console-expected.txt
@@ -1,5 +1,5 @@
CONSOLE MESSAGE: line 7: 1
-CONSOLE INFO: line 9: 2
+CONSOLE MESSAGE: line 9: 2
CONSOLE ERROR: line 11: 3
CONSOLE WARNING: line 13: 4
Test that console.log can be called without console receiver.

Powered by Google App Engine
This is Rietveld 408576698