haikuwebkit/LayoutTests/svg/text/text-style-recalc-crash.html

24 lines
387 B
HTML

<!DOCTYPE html>
<html>
Test passes if it does not crash.
<svg viewBox="0 0 1 1">
<font-face font-family="A">
<font-face-src>
<font-face-uri xlink:href="A"/>
</font-face-src>
</font-face>
<g font-family="A">
<text>PASS</text>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.execCommand("SelectAll");
</script>
<g>
<text></text>
</g>
</g>
</svg>
</html>