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

<!DOCTYPE html>
<html>
<head>
<style>
a { color: blue; }
</style>
</head>
<body>
<p>This test ensures that the default focus ring is not drawn on anchors even after pressing a key while the anchor is focused.</p>
<p><a id="anchor" href="#">Anchor without tabindex</a></p>


</body>
</html>