blob: af4f5acad2cd636aade778ba58835af434383770 [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">
</body>