chromium/third_party/blink/web_tests/fast/events/click-anchor-refocus-window-expected.html

<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p>This test ensures that the focus ring is not shown on the anchor after blurring and focusing the window.</p>
<a id="anchor" href="javascript:log('anchor was clicked')">Anchor</a>
<pre id="console">
anchor was focused
anchor was blurred
window was blurred
window was focused
anchor was focused
anchor was clicked
</pre>

</body>
</html>