| OLD | NEW |
| 1 PASS svgText.selectSubString(-1, 0) threw exception IndexSizeError: Index or siz
e was negative, or greater than the allowed value.. | 1 PASS svgText.selectSubString(-1, 0) threw exception IndexSizeError: Index or siz
e was negative, or greater than the allowed value.. |
| 2 PASS svgText.getSubStringLength(0, -1) threw exception IndexSizeError: Index or
size was negative, or greater than the allowed value.. | 2 PASS svgText.getSubStringLength(0, -1) did not throw exception. |
| 3 PASS svgText.getSubStringLength(3, 0) threw exception IndexSizeError: Index or s
ize was negative, or greater than the allowed value.. | 3 PASS svgText.getSubStringLength(3, 0) threw exception IndexSizeError: Index or s
ize was negative, or greater than the allowed value.. |
| 4 PASS successfullyParsed is true | 4 PASS successfullyParsed is true |
| 5 | 5 |
| 6 TEST COMPLETE | 6 TEST COMPLETE |
| 7 | 7 |
| OLD | NEW |