Do not announce robot account token before account ID is available
[chromium-blink-merge.git] / chrome / test / data / focus / typical_page.html
blob44613573f0f0ca819fa75053cca5705e05de254b
1 <html>
3 <head><title>Your typical HTML page</title></head>
5 <script>
6 function getFocusedElement() {
7 return document.activeElement ? document.activeElement.id : "";
9 </script>
11 <body>
13 <h1>Hello</h1>
14 Search:
15 <form name="f">
16 <input name="q" size="55" title="Google Search" value="" id="textEdit"><br>
17 <input type="button" value="Search" id="searchButton">
18 <input type="button" value="I am feeling lucky" id="luckyButton">
19 </form>
20 <br><br>
22 <a href="http://www.google.com" id="googleLink">Google</a>&nbsp;&nbsp;
23 <a href="http://mail.google.com" id="gmailLink">GMail</a>&nbsp;&nbsp;
24 <a href="http://maps.google.com" id="gmapLink">GMap</a>
26 </body>
28 </html>