Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / click-focus-anchor-no-ring.html
blobf047b3315cf447b7be78a27ba510851e6f2637a5
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 not drawn for anchors without a tabindex that received the focus by mouse.</p>
10 <p><a id="anchor" href="#">Anchor without tabindex</a></p>
12 <script src="resources/focus-anchor-by-mouse.js"></script>
13 </body>
14 </html>