chromium/third_party/blink/web_tests/fast/events/click-focus-anchor-no-ring.html

<!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>