Index: LayoutTests/svg/custom/selectSubString-expected.txt |
diff --git a/LayoutTests/svg/custom/selectSubString-expected.txt b/LayoutTests/svg/custom/selectSubString-expected.txt |
index 4cebb6c1061b6679cc23105f897c297b76238b8b..073b5501b1838552e75157e01e906ec3ff57346f 100644 |
--- a/LayoutTests/svg/custom/selectSubString-expected.txt |
+++ b/LayoutTests/svg/custom/selectSubString-expected.txt |
@@ -1,5 +1,5 @@ |
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(0, -1) did not throw exception. |
PASS svgText.getSubStringLength(3, 0) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value.. |
PASS successfullyParsed is true |