OLD | NEW |
| (Empty) |
1 PASS pathElement.getPointAtLength() threw exception TypeError: Failed to execute
'getPointAtLength' on 'SVGPathElement': 1 argument required, but only 0 present
.. | |
2 PASS pathElement.getPointAtLength(NaN) threw exception TypeError: Failed to exec
ute 'getPointAtLength' on 'SVGPathElement': The provided float value is non-fini
te.. | |
3 PASS pathElement.getPointAtLength(Infinity) threw exception TypeError: Failed to
execute 'getPointAtLength' on 'SVGPathElement': The provided float value is non
-finite.. | |
4 PASS pathElement.getPathSegAtLength() threw exception TypeError: Failed to execu
te 'getPathSegAtLength' on 'SVGPathElement': 1 argument required, but only 0 pre
sent.. | |
5 PASS pathElement.getPathSegAtLength(NaN) threw exception TypeError: Failed to ex
ecute 'getPathSegAtLength' on 'SVGPathElement': The provided float value is non-
finite.. | |
6 PASS pathElement.getPathSegAtLength(Infinity) threw exception TypeError: Failed
to execute 'getPathSegAtLength' on 'SVGPathElement': The provided float value is
non-finite.. | |
7 PASS successfullyParsed is true | |
8 | |
9 TEST COMPLETE | |
10 Test that correct exceptions are thrown from SVGPathElement methods. | |
11 | |
12 | |
OLD | NEW |