OLD | NEW |
(Empty) | |
| 1 This is a testharness.js-based test. |
| 2 PASS test if selection text is correct for input |
| 3 PASS test if selection text is correct for textarea |
| 4 PASS test if non-ascii selection text is correct for input |
| 5 PASS test if non-ascii selection text is correct for textarea |
| 6 PASS test SelectionStart offset for input |
| 7 FAIL test SelectionStart offset for textarea assert_equals: SelectionStart offse
t without selection expected 10 but got 0 |
| 8 PASS test SelectionEnd offset for input |
| 9 FAIL test SelectionEnd offset for textarea assert_equals: SelectionEnd offset wi
thout selection expected 10 but got 0 |
| 10 PASS test SelectionDirection for input |
| 11 PASS test SelectionDirection for textarea |
| 12 Harness: the test ran to completion. |
| 13 |
OLD | NEW |