summaryrefslogtreecommitdiffstats
path: root/layout/base/tests/bug389321-2-ref.html
blob: 09adebf7e714ecb83911074ee2bd76cc6dca485c (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE HTML><html>
<body>
  <div contenteditable id="x" style="height: 30px; outline: none;"></div>
<script>
  var div = document.getElementById('x');
  div.focus();
</script>
</body>
</html>