blob: a5bceb8b3994b3866520125ad5c5d55a72eebe65 [file] [log] [blame]
<!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.layoutTestController)
layoutTestController.dumpAsText();
document.execCommand("SelectAll");
</script>
<g>
<text></text>
</g>
</g>
</svg>
</html>