<!DOCTYPE html>
<svg id="svg">
<ellipse id="ellipse" ry="100" stroke="black" vector-effect="non-scaling-stroke"/>
</svg>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script>
test(function() {
ellipse.isPointInStroke(svg.createSVGPoint());
});
</script>