OLD | NEW |
(Empty) | |
| 1 PASS selection.type is "Caret" |
| 2 PASS selection.focusNode is paragraph1 |
| 3 PASS selection.focusOffset is 0 |
| 4 PASS selection.type is "Caret" |
| 5 PASS selection.focusNode is paragraph2 |
| 6 PASS selection.focusOffset is 3 |
| 7 PASS selection.type is "Range" |
| 8 PASS selection.focusNode is paragraph2 |
| 9 PASS selection.focusOffset is 84 |
| 10 PASS selection.type is "Range" |
| 11 PASS selection.focusNode is paragraph1 |
| 12 PASS selection.focusOffset is 3 |
| 13 PASS successfullyParsed is true |
| 14 |
| 15 TEST COMPLETE |
| 16 |
OLD | NEW |