OLD | NEW |
1 PASS selection.type is "Range" | 1 PASS selection.type is "Range" |
2 PASS selection.anchorNode is newText | 2 PASS selection.anchorNode is newText |
3 PASS selection.anchorOffset is 3 | 3 PASS selection.anchorOffset is 3 |
4 PASS selection.focusNode is newText | 4 PASS selection.focusNode is newText |
5 PASS selection.focusOffset is 6 | 5 PASS selection.focusOffset is 6 |
6 PASS selection.toString() is "baz" | 6 PASS selection.toString() is "baz" |
7 PASS successfullyParsed is true | 7 PASS successfullyParsed is true |
8 | 8 |
9 TEST COMPLETE | 9 TEST COMPLETE |
| 10 PASS successfullyParsed is true |
| 11 |
| 12 TEST COMPLETE |
10 | 13 |
OLD | NEW |