Do not announce robot account token before account ID is available
[chromium-blink-merge.git] / chrome / test / data / focus / page_steals_focus.html
blob0fc566ebef5db56ee455b5f86a199635ce15b971
1 <html>
3 <head>
4 <title>This page steals the focus</title>
5 </head>
6 <body>
8 <script language="javascript" type="text/javascript">
9 <!--
11 function stealFocus() {
12 var textField = document.getElementById("text_edit");
13 textField.focus();
16 // -->
17 </script>
19 <h1>Welcome to Focus Taker!</h1>
21 <form href="nowhere.html">
22 <input name="SearchText" type="text" id="text_edit"></input>
23 <input name="SearchButton" type="button" value="Search" onclick="popitup('http://www.google.com');"></input>
24 </form>
25 <br>
27 </html>