blob: 7ddfc1ee36816606d502479d3d2cc5fb75fb9c85 [file] [log] [blame] [edit]
<style>
input {
caret-color: transparent;
}
</style>
<body>
<p>Verifies a focus ring is drawn around an &lt;input&gt; element if it is focused.</p>
<input type="text" name="text" value="Text" autofocus>
</body>