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

Unified Diff: LayoutTests/fast/inspector-support/uncaught-dom1-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/fast/inspector-support/uncaught-dom1-exception-expected.txt
diff --git a/LayoutTests/fast/inspector-support/uncaught-dom1-exception-expected.txt b/LayoutTests/fast/inspector-support/uncaught-dom1-exception-expected.txt
index 9b325a802e5c716e383cd6fedcf9f7c7751440d9..c5c295a8a2bcf5b09daeffff1347e04ac4b9ea40 100644
--- a/LayoutTests/fast/inspector-support/uncaught-dom1-exception-expected.txt
+++ b/LayoutTests/fast/inspector-support/uncaught-dom1-exception-expected.txt
@@ -1,2 +1,2 @@
-CONSOLE MESSAGE: line 13: Uncaught IndexSizeError: Failed to execute 'splitText' on 'Text': The offset 10000 is larger than the Text node's length.
+CONSOLE ERROR: line 13: Uncaught IndexSizeError: Failed to execute 'splitText' on 'Text': The offset 10000 is larger than the Text node's length.
This tests that we are getting the correct message for DOM Exception 1: INDEX_SIZE_ERR.

Powered by Google App Engine
This is Rietveld 408576698