OLD | NEW |
(Empty) | |
| 1 This is the first paragraph. |
| 2 |
| 3 This is the second paragraph. |
| 4 |
| 5 This tests selection in readonly texts using shift+Up/Down. When no further up/d
own movement is possible, the selection either moves to the start (for up) or en
d (for down) of the line. |
| 6 |
| 7 PASS selection.type is "Range" |
| 8 PASS selection.anchorNode is paragraph1 |
| 9 PASS selection.anchorOffset is 3 |
| 10 PASS selection.focusNode is paragraph1 |
| 11 PASS selection.focusOffset is 0 |
| 12 PASS selection.type is "Range" |
| 13 PASS selection.anchorNode is paragraph1 |
| 14 PASS selection.anchorOffset is 3 |
| 15 PASS selection.focusNode is paragraph2 |
| 16 PASS selection.focusOffset is 3 |
| 17 PASS successfullyParsed is true |
| 18 |
| 19 TEST COMPLETE |
| 20 |
OLD | NEW |