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