blob: 4432d03a5c163b69527bf1f738215e1069caec20 [file] [log] [blame]
<!doctype html>
<script src="../../resources/ahem.js"></script>
<span tabindex="2" style="font: 24px ahem">ABC</span>
<script>
document.querySelector("span").focus();
</script>