blob: 2521fd973dfe88e2ca9ef7b2e407bd48b3058b09 [file] [log] [blame]
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100">
<text x="8" y="3" dy="1em" tabindex="2" style="font-size: 24px">ABC</text>
<script>
document.querySelector("text").focus();
</script>
</svg>