| <!DOCTYPE html> | |
| <time> | |
| <svg style="stroke: black; display: table-caption"> | |
| <polygon id="polygon"></polygon> | |
| </svg> | |
| </time> | |
| <script> | |
| window.testRunner?.dumpAsText(); | |
| document.getElementById("polygon").isPointInStroke(); | |
| document.body.innerHTML = "PASS if no crash."; | |
| </script> |