blob: 42ed3929b3005086bcdb7f955f78d4962d93e70c [file]
<script>
if (window.testRunner)
testRunner.dumpAsText();
function runTest() {
mathElement.appendChild(svgElement);
result = pathElement.isPointInFill(svgElement);
document.write("This test passes if it does not crash.");
}
</script>
<body onload=runTest()>
<svg id="svgElement" style="position: fixed">
<path id="pathElement">
</svg>
<object>
<math>
<mfrac>
<mi id="mathElement" style="translate: 0px">&pi;</mi>
</mfrac>
</math>
</object>
</body>