OLD | NEW |
1 This tests that caret position is reported correctly for textarea elements. | 1 This tests that caret position is reported correctly for textarea elements. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS textareaAccessible.selectionStart is 0 | 6 PASS textareaAccessible.selectionStart is 0 |
7 PASS textareaAccessible.selectionEnd is 0 | 7 PASS textareaAccessible.selectionEnd is 0 |
8 PASS textareaAccessible.selectionStartLineNumber is 0 | 8 PASS textareaAccessible.selectionStartLineNumber is 0 |
9 PASS textareaAccessible.selectionEndLineNumber is 0 | 9 PASS textareaAccessible.selectionEndLineNumber is 0 |
10 PASS textareaAccessible.selectionStart is 1 | 10 PASS textareaAccessible.selectionStart is 1 |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 PASS textareaAccessible.selectionEndLineNumber is 2 | 89 PASS textareaAccessible.selectionEndLineNumber is 2 |
90 PASS textareaAccessible.selectionStart is 20 | 90 PASS textareaAccessible.selectionStart is 20 |
91 PASS textareaAccessible.selectionEnd is 20 | 91 PASS textareaAccessible.selectionEnd is 20 |
92 PASS emptyTextareaAccessible.selectionStart is 0 | 92 PASS emptyTextareaAccessible.selectionStart is 0 |
93 PASS emptyTextareaAccessible.selectionEnd is 0 | 93 PASS emptyTextareaAccessible.selectionEnd is 0 |
94 PASS emptyTextareaAccessible.selectionStart is 0 | 94 PASS emptyTextareaAccessible.selectionStart is 0 |
95 PASS emptyTextareaAccessible.selectionEnd is 0 | 95 PASS emptyTextareaAccessible.selectionEnd is 0 |
96 PASS successfullyParsed is true | 96 PASS successfullyParsed is true |
97 | 97 |
98 TEST COMPLETE | 98 TEST COMPLETE |
99 | 99 |
OLD | NEW |