layout/reftests/bugs/539323-2-ref.html

branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal deleted inserted replaced
-1:000000000000 0:d36ccc778944
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>

mercurial