mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-23 18:32:20 +00:00
7 lines
170 B
XML
7 lines
170 B
XML
<svg xmlns="http://www.w3.org/2000/svg">
|
|
<text id="a">a</text>
|
|
<script>
|
|
document.getElementById("a").appendChild(document.createTextNode(""));
|
|
</script>
|
|
</svg>
|