no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / editor / reftests / 1443902-1.html
blobe6c133d0a49caeb6cb916752f89b9807f8f23dcd
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("t1").setAttribute("contentEditable", "false");
11 </script>
12 </head>
13 <body onload="init()">
14 <textarea id=t1 contenteditable=true>ABCD</textarea>
15 </body>
16 </html>