tenfourfox/layout/base/tests/bug240933-1-ref.html

13 lines
241 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!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>