summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/539323-2.html
blob: c938c1f1d9fe6bd3a6511e480a0603adb63e77e8 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML>
<html>
<body>
<div id="input" style="width:0; height:200px; border:10px solid red; padding:5px; outline:none" contentEditable="true"></div>
<script>
window.focus();
document.getElementById("input").focus();
</script>
</body>
</html>