mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
7 lines
155 B
XML
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>
|