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

Unified Diff: LayoutTests/fast/workers/worker-console-log-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/workers/worker-console-log-expected.txt
diff --git a/LayoutTests/fast/workers/worker-console-log-expected.txt b/LayoutTests/fast/workers/worker-console-log-expected.txt
index 17c534730335518ca75c1a4818e2423bd7086f15..492edea3050eb1df9c66d3a97972b162ece0362f 100644
--- a/LayoutTests/fast/workers/worker-console-log-expected.txt
+++ b/LayoutTests/fast/workers/worker-console-log-expected.txt
@@ -1,10 +1,10 @@
CONSOLE MESSAGE: line 2: log
CONSOLE MESSAGE: line 3: function
CONSOLE MESSAGE: line 4: function log() { [native code] }
-CONSOLE MESSAGE: line 5: error
-CONSOLE MESSAGE: line 6: warn
+CONSOLE ERROR: line 5: error
+CONSOLE WARNING: line 6: warn
CONSOLE MESSAGE: line 7: info
-CONSOLE MESSAGE: line 8: debug
+CONSOLE DEBUG: line 8: debug
This tests that 'console.log' and friends function correctly from workers.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Powered by Google App Engine
This is Rietveld 408576698