4 a:focus { outline-offset:
10px; }
7 window
.onload = function()
9 document
.getElementById("link").focus();
14 <p>Assuming the port-specific theme draws focus rings, this test can be used to ensure that a focus ring is drawn with an outline offset of
10 px.
</p>
15 (Some filler text)
<a id=
"link" href=
"#"/>Test
</a>