blob: f047b3315cf447b7be78a27ba510851e6f2637a5 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
a { color: blue; }
</style>
</head>
<body>
<p>This test ensures that the focus ring is not drawn for anchors without a tabindex that received the focus by mouse.</p>
<p><a id="anchor" href="#">Anchor without tabindex</a></p>
<script src="resources/focus-anchor-by-mouse.js"></script>
</body>
</html>