<html> | |
<head> | |
<script> | |
window.onload = function() | |
{ | |
document.getElementById("link").focus(); | |
} | |
</script> | |
</head> | |
<body> | |
<p>Assuming the port-specific theme draws focus rings, this test can be used to ensure that a focus ring is drawn for a hyperlink. This test PASSED if a focus ring is drawn around the hyperlink (below).</p> | |
<a id="link" href="#" contentEditable="true">Hyperlink</a> | |
</body> | |
</head> | |
</html> |