haikuwebkit/LayoutTests/svg/custom/svg-use-style-float-crash.svg

10 lines
293 B
XML

<svg xmlns="http://www.w3.org/2000/svg">
<use style="float:left"/>
<text x="10" y="30">Test for https://bugs.webkit.org/show_bug.cgi?id=49316</text>
<text id="console" x="10" y="60">PASSED (did not crash)</text>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</svg>