haikuwebkit/LayoutTests/svg/css/crash-path-zero-width-viewb...

15 lines
343 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500" width="500" height="500">
<style>
svg {
padding-left: 1000%;
box-sizing: border-box;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<polyline points="1 1,2 2"></polyline>
<text x="0" y="0">PASS</text>
</svg>