blob: a847f22c442bcb1fd465a8b937e58028b065c8f1 [file] [log] [blame]
<html>
<body>
<input id='a' type="text" style="height: 10px">
<script>
document.getElementById('a').focus();
</script>