Index: LayoutTests/fast/canvas/canvas-isPointInPath-winding-expected.txt |
diff --git a/LayoutTests/fast/canvas/canvas-isPointInPath-winding-expected.txt b/LayoutTests/fast/canvas/canvas-isPointInPath-winding-expected.txt |
index 611e068893bc52c737e2f4cfa7d9747eec359c03..56737804543ee7d19d922b532dcfd940047260f0 100644 |
--- a/LayoutTests/fast/canvas/canvas-isPointInPath-winding-expected.txt |
+++ b/LayoutTests/fast/canvas/canvas-isPointInPath-winding-expected.txt |
@@ -12,6 +12,15 @@ PASS ctx.isPointInPath(50, 50, 'nonzero') is true |
Testing evenodd isPointInPath |
PASS ctx.isPointInPath(50, 50, 'evenodd') is false |
+Testing default isPointInPath with Path object |
+PASS ctx.isPointInPath(path, 50, 50) is true |
+ |
+Testing nonzero isPointInPath with Path object |
+PASS ctx.isPointInPath(path, 50, 50, 'nonzero') is true |
+ |
+Testing evenodd isPointInPath with Path object |
+PASS ctx.isPointInPath(path, 50, 50, 'evenodd') is false |
+ |
PASS successfullyParsed is true |
TEST COMPLETE |