Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / click-focus-anchor-has-ring.html
blob4a4d18d1dea58f94b987bd81e5faca32b84bea23
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 src="resources/focus-anchor-by-mouse.js"></script>
13 </body>
14 </html>