9 <p>This test ensures that the focus ring is drawn for anchors with a tabindex that received the focus by mouse.
</p>
10 <p><a id=
"anchor" tabindex=
"0" href=
"#">Anchor with tabindex
</a></p>
12 <script>document
.getElementById('anchor').focus();</script>