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