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