blob: 2d2ff6fbbb3810b6255f6d4484802ae6fb64fe71 [file] [log] [blame]
<!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>