6 <p>This test ensures that the focus ring is shown on the only anchor after tabbing out and inside the window.
</p>
7 <p><svg width=
"500" height=
"30"><a id=
"anchor" xlink:
href=
"javascript:log('anchor was clicked')"><text font-size=
"18px" y=
"20">Anchor
</text></a></svg></p>
21 var anchor
= document
.getElementById('anchor');