OLD | NEW |
| (Empty) |
1 | |
2 This tests that caret position is reported correctly for text input elements. | |
3 | |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
5 | |
6 | |
7 PASS inputAccessible.selectionStart is 0 | |
8 PASS inputAccessible.selectionEnd is 0 | |
9 PASS inputAccessible.selectionStart is 1 | |
10 PASS inputAccessible.selectionEnd is 1 | |
11 PASS inputAccessible.selectionStart is 2 | |
12 PASS inputAccessible.selectionEnd is 2 | |
13 PASS inputAccessible.selectionStart is 3 | |
14 PASS inputAccessible.selectionEnd is 3 | |
15 PASS inputAccessible.selectionStart is 4 | |
16 PASS inputAccessible.selectionEnd is 4 | |
17 PASS inputAccessible.selectionStart is 5 | |
18 PASS inputAccessible.selectionEnd is 5 | |
19 PASS inputAccessible.selectionStart is 6 | |
20 PASS inputAccessible.selectionEnd is 6 | |
21 PASS successfullyParsed is true | |
22 | |
23 TEST COMPLETE | |
24 | |
OLD | NEW |