Index: LayoutTests/svg/custom/selectSubString-expected.txt |
diff --git a/LayoutTests/svg/custom/selectSubString-expected.txt b/LayoutTests/svg/custom/selectSubString-expected.txt |
index fc17e813e5feb9d78f7b948cfa9dd8426a06ecf4..4cebb6c1061b6679cc23105f897c297b76238b8b 100644 |
--- a/LayoutTests/svg/custom/selectSubString-expected.txt |
+++ b/LayoutTests/svg/custom/selectSubString-expected.txt |
@@ -1,6 +1,6 @@ |
-PASS svgText.selectSubString(-1, 0) threw exception Error: IndexSizeError: DOM Exception 1. |
-PASS svgText.getSubStringLength(0, -1) threw exception Error: IndexSizeError: DOM Exception 1. |
-PASS svgText.getSubStringLength(3, 0) threw exception Error: IndexSizeError: DOM Exception 1. |
+PASS svgText.selectSubString(-1, 0) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value.. |
+PASS svgText.getSubStringLength(0, -1) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value.. |
+PASS svgText.getSubStringLength(3, 0) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value.. |
PASS successfullyParsed is true |
TEST COMPLETE |