blob: 6f973f1116f2a6e4dbcd8b38250cff617b1cae9d [file] [log] [blame]
PASS context.fill() did not throw exception.
PASS context.fill('nonzero') did not throw exception.
PASS context.fill('randomstring') threw exception TypeError: Type error.
PASS context.clip() did not throw exception.
PASS context.clip('nonzero') did not throw exception.
PASS context.clip('randomstring') threw exception TypeError: Type error.
PASS context.isPointInPath(0, 0) did not throw exception.
PASS context.isPointInPath(0, 0, 'nonzero') did not throw exception.
PASS context.isPointInPath(0, 0, 'randomstring') threw exception TypeError: Type error.
PASS successfullyParsed is true
TEST COMPLETE