blob: 220faf8771b69b521879d3f9bfaef1ebf9c1da5c [file] [log] [blame]
<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>