blob: 6f3f17eabf82079394ab37161f8cab1841ae721e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<svg xmlns="http://www.w3.org/2000/svg">
<marker><text><tspan id="x"/></text></marker>
<script>
window.addEventListener("load", function() {
document.getElementById("x").appendChild(document.createTextNode("\u062Ax"));
}, false);
</script>
</svg>
|