Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / bugs / 539323-2-ref.html
blobc17ef9465e98ad795a5be0855e680e1d87fc2cb0
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>