2d.path.isPointInPath.subpath

isPointInPath() uses the current path, not just the subpath

Actual output:

FAIL (fallback content)

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassisPointInPath() uses the current path, not just the subpath
Asserts run
Pass
assert_equals(false, false, "ctx.isPointInPath(10, 10) === false (got false[boolean], expected false[boolean])")
    at _assertSame ( /html/canvas/resources/canvas-tests.js:17:5)
Pass
assert_equals(true, true, "ctx.isPointInPath(30, 10) === true (got true[boolean], expected true[boolean])")
    at _assertSame ( /html/canvas/resources/canvas-tests.js:17:5)
Pass
assert_equals(true, true, "ctx.isPointInPath(50, 10) === true (got true[boolean], expected true[boolean])")
    at _assertSame ( /html/canvas/resources/canvas-tests.js:17:5)