| Tests that an exception is thrown if we try to get a pathSeg for a length out of the bounds of the path itself. |
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
| PASS path.pathSegList.initialize(); threw exception TypeError: Not enough arguments. |
| PASS path.getPathSegAtLength(0) is 0 |
| PASS path.insertItemBefore(null, 0) threw exception TypeError: undefined is not a function (evaluating 'path.insertItemBefore(null, 0)'). |
| PASS path.replaceItem(null, 0) threw exception TypeError: undefined is not a function (evaluating 'path.replaceItem(null, 0)'). |
| PASS path.appendItem(null) threw exception TypeError: undefined is not a function (evaluating 'path.appendItem(null)'). |
| List correctly initialised. |
| PASS path.getPathSegAtLength(0) is 0 |
| PASS path.insertItemBefore(null, 0) threw exception TypeError: undefined is not a function (evaluating 'path.insertItemBefore(null, 0)'). |
| PASS path.replaceItem(null, 0) threw exception TypeError: undefined is not a function (evaluating 'path.replaceItem(null, 0)'). |
| PASS path.appendItem(null) threw exception TypeError: undefined is not a function (evaluating 'path.appendItem(null)'). |
| PASS successfullyParsed is true |