Mypal/layout/base/tests/bug634406-1-ref.html

11 lines
250 B
HTML

<!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>