| 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 SyntaxError: Not enough argu
ments. | 6 PASS path.pathSegList.initialize(); threw exception SyntaxError: Not enough argu
ments. |
| 7 PASS path.getPathSegAtLength(0) is 0 | 7 PASS path.getPathSegAtLength(0) is 0 |
| 8 PASS path.insertItemBefore(null, 0) threw exception TypeError: Object #<an SVGPa
thElement> has no method 'insertItemBefore'. | 8 PASS path.insertItemBefore(null, 0) threw exception TypeError: Object #<SVGPathE
lement> has no method 'insertItemBefore'. |
| 9 PASS path.replaceItem(null, 0) threw exception TypeError: Object #<an SVGPathEle
ment> has no method 'replaceItem'. | 9 PASS path.replaceItem(null, 0) threw exception TypeError: Object #<SVGPathElemen
t> has no method 'replaceItem'. |
| 10 PASS path.appendItem(null) threw exception TypeError: Object #<an SVGPathElement
> has no method 'appendItem'. | 10 PASS path.appendItem(null) threw exception TypeError: Object #<SVGPathElement> h
as no method 'appendItem'. |
| 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 #<an SVGPa
thElement> has no method 'insertItemBefore'. | 13 PASS path.insertItemBefore(null, 0) threw exception TypeError: Object #<SVGPathE
lement> has no method 'insertItemBefore'. |
| 14 PASS path.replaceItem(null, 0) threw exception TypeError: Object #<an SVGPathEle
ment> has no method 'replaceItem'. | 14 PASS path.replaceItem(null, 0) threw exception TypeError: Object #<SVGPathElemen
t> has no method 'replaceItem'. |
| 15 PASS path.appendItem(null) threw exception TypeError: Object #<an SVGPathElement
> has no method 'appendItem'. | 15 PASS path.appendItem(null) threw exception TypeError: Object #<SVGPathElement> h
as no method 'appendItem'. |
| 16 PASS successfullyParsed is true | 16 PASS successfullyParsed is true |
| 17 | 17 |
| 18 TEST COMPLETE | 18 TEST COMPLETE |
| 19 | 19 |
| OLD | NEW |