haikuwebkit/LayoutTests/svg/text/text-block-child-crash.xhtml

14 lines
366 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
Test passes if it does not crash.
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<style>
svg text:before { display: list-item; content: 'PASS'; }
</style>
<svg xmlns="http://www.w3.org/2000/svg">
<text></text>
</svg>
</html>