blob: bad7c3706dea8ecf8907e43120a523176958b06c [file] [log] [blame]
<!doctype html>
<div style="width:100px; height:100px" tabindex="0"></div>
<script>
document.querySelector("div").focus();
</script>