Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / events / click-focus-svganchor-no-ring-expected.html
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <p>This test ensures that the focus ring is not drawn for SVG anchors without a tabindex that received the focus by mouse.</p>
5
6 <svg width="50" height="50">
7     <a xlink:href="#">
8         <text id="anchor" font-size="18px" y="20">SVG anchor without tabindex</text>
9     </a>
10 </svg>
11
12 </body>
13 </html>