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

13 lines
238 B
HTML

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