haikuwebkit/ManualTests/compositing/resources/editable-compositing-subfra...

10 lines
249 B
HTML

<style type="text/css" media="screen">
#editable {
height: 100px;
-webkit-transform: translateZ(0px);
}
</style>
<div id="editable" contenteditable="true">
The caret should blink correctly when editing this paragraph.
</div>