<html> | |
<head> | |
<script> | |
window.onload = function() | |
{ | |
document.getElementById("search").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 around a search field.</p> | |
<input type="search" id="search"> | |
</body> | |
</html> |