summaryrefslogtreecommitdiffstats
path: root/layout/base/tests/bug634406-1-ref.html
blob: 87b42a9edeb31cf2e17396d91222a0282e10f0fa (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML><html>
<body>
<textarea spellcheck="false" style="-moz-appearance: none">ab</textarea>
<script>
  var t = document.querySelector("textarea");
  t.focus();
  t.selectionStart = t.selectionEnd = t.value.length;
</script>
</body>
</html>