blob: 6fa4d20bbfcec49fecf7a6cd44bc6d5666eae46e [file] [log] [blame]
<!DOCTYPE html>
<script>
onload = function() { target.focus(); }
</script>
<div style="width: 200px; height: 300px; overflow: hidden">
<input id="target" style="font-size: 100px; width: 100px; margin-top: -10px">
</div>