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"> 8The caret should blink correctly when editing this paragraph. 9</div> 10