Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / click-focus-svganchor-no-ring.html
blob10c6955f2d9d73de6fb4820025d91b31e87ff4b6
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>
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 <script src="resources/focus-anchor-by-mouse.js"></script>
12 </body>
13 </html>