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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Window/console-functions-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/dom/Window/console-functions-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/console-functions-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/console-functions-expected.txt
index 8e83ca7b98b7681ddbd1f88964d42d54ea2a6351..96222c60566cb3930e2eb8bac7dac1ffacd5f0cd 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/console-functions-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/console-functions-expected.txt
@@ -1,5 +1,5 @@
CONSOLE MESSAGE: line 10: console.log() called.
-CONSOLE INFO: line 11: console.info() called.
+CONSOLE MESSAGE: line 11: console.info() called.
CONSOLE WARNING: line 12: console.warn() called.
CONSOLE ERROR: line 13: console.error() called.
Tests window.console functions. To make sure this test passed you must check the console for the following 4 messages:
« no previous file with comments | « extensions/renderer/console.cc ('k') | third_party/WebKit/LayoutTests/fast/workers/worker-console-log-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698