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

Side by Side 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 unified diff | Download patch
OLDNEW
1 CONSOLE MESSAGE: line 10: console.log() called. 1 CONSOLE MESSAGE: line 10: console.log() called.
2 CONSOLE INFO: line 11: console.info() called. 2 CONSOLE MESSAGE: line 11: console.info() called.
3 CONSOLE WARNING: line 12: console.warn() called. 3 CONSOLE WARNING: line 12: console.warn() called.
4 CONSOLE ERROR: line 13: console.error() called. 4 CONSOLE ERROR: line 13: console.error() called.
5 Tests window.console functions. To make sure this test passed you must check the console for the following 4 messages: 5 Tests window.console functions. To make sure this test passed you must check the console for the following 4 messages:
6 6
7 console.log() called. 7 console.log() called.
8 console.info() called. 8 console.info() called.
9 console.warn() called. 9 console.warn() called.
10 console.error() called. 10 console.error() called.
OLDNEW
« 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