Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / events / click-focus-svganchor-has-ring-expected.html
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>
5
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>