Files
tubestation/layout/reftests/css-ui/caret-empty-contenteditable-ref.html
Emilio Cobos Álvarez b1269ccea6 Bug 1932800 - Fix caret baseline of empty inline and text frames. r=dshin
Added Gecko reftests because I don't know what the best place to put
them in WPT is, and caret rendering is kind of undefined, but...

Differential Revision: https://phabricator.services.mozilla.com/D229926
2024-11-24 14:46:16 +00:00

14 lines
239 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>x</div>