Home | History | Annotate | Download | only in resources
      1 <style type="text/css" media="screen">
      2     #editable {
      3         height: 100px;
      4         -webkit-transform: translateZ(0px);
      5     }
      6 </style>
      7 <div id="editable" contenteditable="true">
      8 The caret should blink correctly when editing this paragraph.
      9 </div>
     10