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

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

Issue 2646033003: DevTools: streamline console logging levels, migrate 'log' to 'info' level, 'debug' to 'verbose' le… (Closed)
Patch Set: same with front-end fixes 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-before-inspector-open-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-log-before-inspector-open-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-log-before-inspector-open-expected.txt
index 8a825118c67a49772d2bdfe1e525e7dc07ec29d9..c7af7a2eeb6a593c5846f56c071ce91e4418b984 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-log-before-inspector-open-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-log-before-inspector-open-expected.txt
@@ -1,6 +1,6 @@
CONSOLE MESSAGE: line 7: log
CONSOLE DEBUG: line 8: debug
-CONSOLE INFO: line 9: info
+CONSOLE MESSAGE: line 9: info
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.

Powered by Google App Engine
This is Rietveld 408576698