summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/compositing/resources/editable-compositing-subframe.html
blob: 24b43e8da28dcf59c33c136ddbf98f5371a67da1 (plain)
1
2
3
4
5
6
7
8
9
<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>