Sign in
webkit
/
WebKit
/
ab348309603e3a9f6609bba404bf498898bf1260
/
.
/
ManualTests
/
compositing
/
resources
/
editable-compositing-subframe.html
blob: 24b43e8da28dcf59c33c136ddbf98f5371a67da1 [
file
] [
log
] [
blame
]
<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>