blob: 2ba0ca9a45dfa539969ffb8294abe490faa93b6a [file] [log] [blame]
<html>
<head>
<link rel="stylesheet" type="text/css" href="data:text/css," />
</head>
<body>
<div>
<input id="focusMe">
</div>
&nbsp;
<script>
document.getElementById("focusMe").focus();
</script>
<div></div>
<script>
if (window.layoutTestController)
layoutTestController.display();
</script>
</body>
</html>