Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/svg/crashtests/crashtests.list
<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>