trisquel-icecat/icecat/layout/base/tests/caret-empty-contenteditable-overflow-click-ref.html
2025-10-06 02:35:48 -06:00

14 lines
199 B
HTML

<!doctype html>
<style>
div {
overflow: hidden;
border: 1px solid;
width: 20em;
}
</style>
<div id="host" contenteditable></div>
<script>
onload = () => {
host.focus();
}
</script>