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

Unified Diff: LayoutTests/inspector/console/alert-toString-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/alert-toString-exception-expected.txt
diff --git a/LayoutTests/inspector/console/alert-toString-exception-expected.txt b/LayoutTests/inspector/console/alert-toString-exception-expected.txt
index a396636cbb618f84c5fb00bb45c71c1e430db220..3edea56d04d40a03f8bdbcf32bbef18a13d66631 100644
--- a/LayoutTests/inspector/console/alert-toString-exception-expected.txt
+++ b/LayoutTests/inspector/console/alert-toString-exception-expected.txt
@@ -1,5 +1,5 @@
-CONSOLE MESSAGE: line 6: Uncaught Exception in toString().
-CONSOLE MESSAGE: line 6: Uncaught Exception in toString().
+CONSOLE ERROR: line 6: Uncaught Exception in toString().
+CONSOLE ERROR: line 6: Uncaught Exception in toString().
Test that browser won't crash if inspector is opened for a page that fails to convert alert() argument to string. The test passes if it doesn't crash. Bug 60541
Page reloaded.

Powered by Google App Engine
This is Rietveld 408576698