summaryrefslogtreecommitdiffstats
path: root/layout/base/tests/bug597519-1-ref.html
blob: e11eb0c967dcd257bfb07d86886ba5c59ec7b9c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML><html><head>
</head>
<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>