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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/Window/console-functions-expected.txt
diff --git a/LayoutTests/fast/dom/Window/console-functions-expected.txt b/LayoutTests/fast/dom/Window/console-functions-expected.txt
index 9a030841d95f44df0c964a9895b54106960247ea..96222c60566cb3930e2eb8bac7dac1ffacd5f0cd 100644
--- a/LayoutTests/fast/dom/Window/console-functions-expected.txt
+++ b/LayoutTests/fast/dom/Window/console-functions-expected.txt
@@ -1,7 +1,7 @@
CONSOLE MESSAGE: line 10: console.log() called.
CONSOLE MESSAGE: line 11: console.info() called.
-CONSOLE MESSAGE: line 12: console.warn() called.
-CONSOLE MESSAGE: line 13: console.error() 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:
console.log() called.
« 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