OLD | NEW |
1 PASS svgText.selectSubString(-1, 0) threw exception Error: IndexSizeError: DOM E
xception 1. | 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 Error: IndexSizeError: DO
M Exception 1. | 2 PASS svgText.getSubStringLength(0, -1) threw exception IndexSizeError: Index or
size was negative, or greater than the allowed value.. |
3 PASS svgText.getSubStringLength(3, 0) threw exception Error: IndexSizeError: DOM
Exception 1. | 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 |