Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / textfield-focus-ring.html
blobada5ccab7345d36b08683c7b2aa549ef778dffd6
1 <html>
2 <head>
3 <script>
4 window.onload = function()
6 document.getElementById("input").focus();
8 </script>
9 </head>
10 <body>
11 <p>Assuming the port-specific theme draws focus rings, this test can be used to ensure that a focus ring is drawn for a text input element. This test PASSED if a focus ring is drawn around the text input element (below).</p>
12 <input id="input" type="text"/>
13 </body>
14 </head>
15 </html>