зеркало из https://github.com/mozilla/gecko-dev.git
12 строки
239 B
XML
12 строки
239 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg" requiredFeatures="foo">
|
||
|
|
||
|
<text id="t" />
|
||
|
|
||
|
<script>
|
||
|
window.addEventListener("load", function() {
|
||
|
document.getElementById("t").getComputedTextLength();
|
||
|
}, false);
|
||
|
</script>
|
||
|
|
||
|
</svg>
|