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