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

Unified Diff: third_party/WebKit/LayoutTests/fast/workers/worker-console-log-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/fast/workers/worker-console-log-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/workers/worker-console-log-expected.txt b/third_party/WebKit/LayoutTests/fast/workers/worker-console-log-expected.txt
index 0875ec5d4866f1bf992319abe6368cf5e9ce7806..b908b3ece7ca6117e78651140662608f47da56ef 100644
--- a/third_party/WebKit/LayoutTests/fast/workers/worker-console-log-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/workers/worker-console-log-expected.txt
@@ -3,7 +3,7 @@ CONSOLE MESSAGE: line 3: function
CONSOLE MESSAGE: line 4: function log() { [native code] }
CONSOLE ERROR: line 5: error
CONSOLE WARNING: line 6: warn
-CONSOLE INFO: line 7: info
+CONSOLE MESSAGE: line 7: info
CONSOLE DEBUG: line 8: debug
CONSOLE DEBUG: line 9: count: 1
CONSOLE ERROR: line 16: console.assert

Powered by Google App Engine
This is Rietveld 408576698