summaryrefslogtreecommitdiffstats
path: root/layout/base/tests/bug240933-1-ref.html
blob: 778a0647b8a691d3f08146d3f824ddc44fd317bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML><html>
<body>
<textarea id="t" rows="4" style="-moz-appearance: none">

</textarea>
<script>
  var t = document.getElementById("t");
  t.selectionStart = t.selectionEnd = t.value.length;
  t.focus();
</script>
</body>
</html>