OLD | NEW |
1 Tests that an exception is thrown if we try to get a pathSeg for a length out of
the bounds of the path itself. | 1 Tests that an exception is thrown if we try to get a pathSeg for a length out of
the bounds of the path itself. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS path.pathSegList.initialize(); threw exception TypeError: Failed to execute
'initialize' on 'SVGPathSegList': 1 argument required, but only 0 present.. | 6 PASS path.pathSegList.initialize(); threw exception TypeError: Failed to execute
'initialize' on 'SVGPathSegList': 1 argument required, but only 0 present.. |
7 PASS path.getPathSegAtLength(0) is 0 | 7 PASS path.getPathSegAtLength(0) is 0 |
8 PASS path.insertItemBefore(null, 0) threw exception TypeError: Object #<SVGPathE
lement> has no method 'insertItemBefore'. | 8 PASS path.insertItemBefore(null, 0) threw exception TypeError: undefined is not
a function. |
9 PASS path.replaceItem(null, 0) threw exception TypeError: Object #<SVGPathElemen
t> has no method 'replaceItem'. | 9 PASS path.replaceItem(null, 0) threw exception TypeError: undefined is not a fun
ction. |
10 PASS path.appendItem(null) threw exception TypeError: Object #<SVGPathElement> h
as no method 'appendItem'. | 10 PASS path.appendItem(null) threw exception TypeError: undefined is not a functio
n. |
11 List correctly initialised. | 11 List correctly initialised. |
12 PASS path.getPathSegAtLength(0) is 0 | 12 PASS path.getPathSegAtLength(0) is 0 |
13 PASS path.insertItemBefore(null, 0) threw exception TypeError: Object #<SVGPathE
lement> has no method 'insertItemBefore'. | 13 PASS path.insertItemBefore(null, 0) threw exception TypeError: undefined is not
a function. |
14 PASS path.replaceItem(null, 0) threw exception TypeError: Object #<SVGPathElemen
t> has no method 'replaceItem'. | 14 PASS path.replaceItem(null, 0) threw exception TypeError: undefined is not a fun
ction. |
15 PASS path.appendItem(null) threw exception TypeError: Object #<SVGPathElement> h
as no method 'appendItem'. | 15 PASS path.appendItem(null) threw exception TypeError: undefined is not a functio
n. |
16 PASS successfullyParsed is true | 16 PASS successfullyParsed is true |
17 | 17 |
18 TEST COMPLETE | 18 TEST COMPLETE |
19 | 19 |
OLD | NEW |