blob: 982ba86a211df9e657ec723570233f2b46479c25 [file] [log] [blame]
The test to ensure that calling setPath with a Path2D works as expected.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS originalPath.currentX is 0
PASS originalPath.currentY is 0
PASS newPathFromPath2D.currentX is 1
PASS newPathFromPath2D.currentY is 2
PASS newPathFromEmptyPath2D.currentX is 0
PASS newPathFromEmptyPath2D.currentY is 0
PASS successfullyParsed is true
TEST COMPLETE