Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/svg/crashtests/344898-1.svg
<svg xmlns="http://www.w3.org/2000/svg" onload="setTimeout(removeText, 30);" class="reftest-wait">
<script>
function removeText()
{
var x = document.getElementById("textPath");
x.removeChild(x.firstChild);
document.documentElement.removeAttribute("class");
}
</script>
<text x="30" y="30"><textPath id="textPath">Foo</textPath></text>
</svg>