3 <script src=
"../../resources/js-test.js"></script>
6 <textarea id=
"text"></textarea>
8 description("This test calls textarea.select and confirms selectionStart/End.");
10 text
.value
= "hello\n";
12 shouldBe("text.selectionStart", "0");
13 shouldBe("text.selectionEnd", "6");