trisquel-icecat/icecat/layout/reftests/css-ui/caret-empty-input-ref.html
2025-10-06 02:35:48 -06:00

13 lines
226 B
HTML

<!doctype html>
<style>
div, input {
margin: 0;
padding: 0;
border: 0;
color: transparent;
background-color: transparent;
caret-color: black;
outline: none;
}
</style>
<input autofocus value=x>