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

Unified Diff: LayoutTests/inspector/console/console-uncaught-exception-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/inspector/console/console-uncaught-exception-expected.txt
diff --git a/LayoutTests/inspector/console/console-uncaught-exception-expected.txt b/LayoutTests/inspector/console/console-uncaught-exception-expected.txt
index c750261258f716edefe90e3ee766a2953c9174f4..f0f233fa73455e81ebc4e9a69f10dba91587ab9e 100644
--- a/LayoutTests/inspector/console/console-uncaught-exception-expected.txt
+++ b/LayoutTests/inspector/console/console-uncaught-exception-expected.txt
@@ -1,6 +1,6 @@
-CONSOLE MESSAGE: line 18: Uncaught Error: Exception in inline script.
-CONSOLE MESSAGE: line 11: Uncaught Error: Exception in 'load' event listener.
-CONSOLE MESSAGE: line 6: Uncaught Error: Exception in setTimeout callback.
+CONSOLE ERROR: line 18: Uncaught Error: Exception in inline script.
+CONSOLE ERROR: line 11: Uncaught Error: Exception in 'load' event listener.
+CONSOLE ERROR: line 6: Uncaught Error: Exception in setTimeout callback.
Tests that uncaught exceptions are logged into console.Bug 47250.

Powered by Google App Engine
This is Rietveld 408576698