Index: LayoutTests/svg/custom/getSubStringLength-expected.txt |
diff --git a/LayoutTests/svg/custom/getSubStringLength-expected.txt b/LayoutTests/svg/custom/getSubStringLength-expected.txt |
index ac70e9e7f741e097b09d6d548750076be3e24bd0..ac929711ea4e1585a0102c3634d181d41392e1b5 100644 |
--- a/LayoutTests/svg/custom/getSubStringLength-expected.txt |
+++ b/LayoutTests/svg/custom/getSubStringLength-expected.txt |
@@ -9,8 +9,8 @@ PASS svgText.getSubStringLength(0, 1) is 20 |
PASS svgText.getSubStringLength(1, 1) is 20 |
PASS svgText.getSubStringLength(2, 1) is 20 |
PASS svgText.getSubStringLength(0, 3) is 60 |
-PASS svgText.getSubStringLength(1, -1) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value.. |
-PASS svgText.getSubStringLength(2, -1) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value.. |
+PASS svgText.getSubStringLength(1, -1) did not throw exception. |
+PASS svgText.getSubStringLength(2, -1) did not throw exception. |
PASS svgText.getSubStringLength(3, -1) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value.. |
PASS svgText.getSubStringLength(3, -3) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value.. |
PASS successfullyParsed is true |