mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-08 22:11:52 +00:00
11 lines
250 B
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>
|