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

Side by Side Diff: LayoutTests/fast/dom/Window/console-functions-expected.txt

Issue 26770004: Add console message levels to test expectation output. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tests. Created 7 years, 2 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE MESSAGE: line 10: console.log() called. 1 CONSOLE MESSAGE: line 10: console.log() called.
2 CONSOLE MESSAGE: line 11: console.info() called. 2 CONSOLE MESSAGE: line 11: console.info() called.
3 CONSOLE MESSAGE: line 12: console.warn() called. 3 CONSOLE WARNING: line 12: console.warn() called.
4 CONSOLE MESSAGE: 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 | « LayoutTests/fast/dom/Window/capture-events-expected.txt ('k') | LayoutTests/fast/dom/Window/release-events-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698