Bug 1890689 apply drift correction to input rate instead of output rate r=pehrsons
[gecko.git] / editor / reftests / 1443902-2.html
blob125057fcec7fc16e76abc1c36d0e5211f08d787e
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5 function init()
7 document.getElementById("t1").focus();
8 document.getElementById("t1").setSelectionRange(4, 4);
9 document.getElementById("d1").setAttribute("contentEditable", "false");
11 </script>
12 </head>
13 <body onload="init()">
14 <div contenteditable=true id="d1">
15 <input type="text" id=t1 value="ABCD">
16 </div>
17 </body>
18 </html>