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