blob: 10c6955f2d9d73de6fb4820025d91b31e87ff4b6 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<p>This test ensures that the focus ring is not drawn for SVG anchors without a tabindex that received the focus by mouse.</p>
<svg width="50" height="50">
<a xlink:href="#">
<text id="anchor" font-size="18px" y="20">SVG anchor without tabindex</text>
</a>
</svg>
<script src="resources/focus-anchor-by-mouse.js"></script>
</body>
</html>