Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / click-focus-anchor-has-ring-expected.html
blob98fbe7bb1977d97ecc06394766d7e180d4f24ef0
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 a { color: blue; }
6 </style>
7 </head>
8 <body>
9 <p>This test ensures that the focus ring is drawn for anchors with a tabindex that received the focus by mouse.</p>
10 <p><a id="anchor" tabindex="0" href="#">Anchor with tabindex</a></p>
12 <script>document.getElementById('anchor').focus();</script>
13 </body>
14 </html>