539323-2-ref.html (285B)
1 <!DOCTYPE HTML> 2 <html> 3 <body> 4 <div style="width:0; height:200px; border:10px solid red; padding:5px"> 5 <div id="input" contenteditable="true" style="height:200px; outline:none"></div> 6 </div> 7 <script> 8 window.focus(); 9 document.getElementById("input").focus(); 10 </script> 11 </body> 12 </html>