Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / click-focus-svganchor-has-ring-expected.html
blobab8ad3a52cdd77b3cc4ecd8c84cb840b5ee6a6a1
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <p>This test ensures that the focus ring is drawn for SVG anchors with a tabindex that received the focus by mouse.</p>
6 <svg width="50" height="50">
7 <a xlink:href="#">
8 <text id="anchor" font-size="18px" y="20" tabindex="0">SVG anchor with tabindex</text>
9 </a>
10 </svg>
11 <script>document.getElementById('anchor').focus();</script>
12 </body>
13 </html>