539323-3-ref.html (250B)
1 <!DOCTYPE HTML> 2 <html> 3 <body> 4 <div style="width:0; height:200px;"> 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>