gecko/layout/svg/crashtests/655025-1.svg
2011-05-06 11:45:17 +01:00

7 lines
155 B
XML

<svg xmlns="http://www.w3.org/2000/svg">
<text id="a">a</text>
<script>
document.getElementById("a").firstChild.nodeValue = "";
</script>
</svg>