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

<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p>This test ensures that the focus ring is not shown on the checkbox after blurring and focusing the window.</p>
<input type="checkbox" id="checkbox" checked>
<pre id="console">
checkbox was focused
checkbox was blurred
window was blurred
window was focused
checkbox was focused
</pre>

</body>
</html>