| <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">π</mi> | |
| </mfrac> | |
| </math> | |
| </object> | |
| </body> |