summaryrefslogtreecommitdiffstats
path: root/layout/svg/crashtests/655025-1.svg
blob: 4501bb57fa3657c81fbe29764534aa106d7b6358 (plain)
1
2
3
4
5
6
<svg xmlns="http://www.w3.org/2000/svg">
  <text id="a">a</text>
  <script>
    document.getElementById("a").firstChild.nodeValue = "";
  </script>
</svg>