Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / click-focus-anchor-no-ring-expected.html
blob0b5954b2746a9d2231d3295d556a71689c47af6d
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>
13 </body>
14 </html>