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. |