| <html> | |
| <head> | |
| <link rel="stylesheet" type="text/css" href="data:text/css," /> | |
| </head> | |
| <body> | |
| <div> | |
| <input id="focusMe"> | |
| </div> | |
| | |
| <script> | |
| document.getElementById("focusMe").focus(); | |
| </script> | |
| <div></div> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.display(); | |
| </script> | |
| </body> | |
| </html> |