summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-select-expected.txt
blob: c26b99cac9b50fbc2b8af76c297abdd3a2b801a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
This test calls textarea.select and confirms selectionStart/End.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS text.selectionStart is 0
PASS text.selectionEnd is 6
PASS successfullyParsed is true

TEST COMPLETE