1
0
Fork 0
firefox/layout/base/tests/bug612271-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

17 lines
444 B
HTML

<!DOCTYPE HTML><html><head>
<script src="/tests/SimpleTest/EventUtils.js"></script>
<script type="text/javascript">
function loaded() {
var t = document.querySelector("textarea");
t.focus();
t.selectionStart = t.selectionEnd = 4;
}
</script>
</head>
<body onload="loaded()">
<textarea style="height: 200px; display: block; -moz-appearance: none" spellcheck="false"
>foo
</textarea>
4 - 4
</body>
</html>