gecko/layout/svg/crashtests/655025-2.svg

7 lines
170 B
XML
Raw Normal View History

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