4 <p>This test ensures that the focus ring is drawn for SVG anchors with a tabindex that received the focus by mouse.
</p>
6 <svg width=
"50" height=
"50">
8 <text id=
"anchor" font-size=
"18px" y=
"20" tabindex=
"0">SVG anchor with tabindex
</text>
11 <script>document
.getElementById('anchor').focus();</script>