mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 04:05:49 +00:00
12 lines
235 B
XML
12 lines
235 B
XML
<svg xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<text id="t"></text>
|
|
</defs>
|
|
|
|
<script>
|
|
window.addEventListener("load", function() {
|
|
document.getElementById("t").getExtentOfChar(0);
|
|
}, false);
|
|
</script>
|
|
</svg>
|