mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
12 lines
212 B
XML
12 lines
212 B
XML
<svg xmlns="http://www.w3.org/2000/svg">
|
|
|
|
<text></text>
|
|
|
|
<script>
|
|
window.addEventListener("load", function() {
|
|
document.getElementsByTagName('text')[0].getStartPositionOfChar(1);
|
|
}, false);
|
|
</script>
|
|
|
|
</svg>
|