haikuwebkit/LayoutTests/fast/css/focus-ring-exists-for-searc...

15 lines
317 B
HTML

<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>