| <title>Canvas test: 2d.path.isPointInPath.empty</title> |
| <script src="../tests.js"></script> |
| <link rel="stylesheet" href="../tests.css"> |
| <link rel="prev" href="2d.path.isPointInPath.edge.html" title="2d.path.isPointInPath.edge"> |
| <link rel="next" href="2d.path.isPointInPath.subpath.html" title="2d.path.isPointInPath.subpath"> |
| <body class="show_output"> |
| <a href="2d.path.isPointInPath.edge.html" accesskey="p" title="[p] 2d.path.isPointInPath.edge"><</a> |
| <a href="index.html">[index]</a> |
| <a href="2d.path.isPointInPath.subpath.html" accesskey="n" title="[n] 2d.path.isPointInPath.subpath">></a> |
| <h1><a href="index.2d.html">2d</a>.<a href="index.2d.path.html">path</a>.<a href="index.2d.path.isPointInPath.html">isPointInPath</a>.empty</h1> |
| <p class="desc">isPointInPath() works when there is no path</p> |
| <div class="refs">References: |
| <li><a href="spec.html#testrefs.2d.path.isPointInPath">2d.path.isPointInPath</a> |
| <p class="output">Actual output:</p> |
| <canvas id="c" class="output" width="100" height="50"><p class="fallback">FAIL (fallback content)</p></canvas> |
| _addTest(function(canvas, ctx) { |
| _assertSame(ctx.isPointInPath(0, 0), false, "ctx.isPointInPath(0, 0)", "false"); |