blob: 9f7f100d004fb3308efc2532b6f0adec4085c1a1 [file] [log] [blame]
<html>
<head>
<script>
window.onload = function() {
document.getElementById("input").focus();
}
</script>
</head>
<body style="background-color: green;">
<input id="input" type="checkbox" checked style="zoom: 10"/>
</body>
</head>
</html>