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