OLD | NEW |
(Empty) | |
| 1 Move caret before first letter |
| 2 PASS selection.type is "Caret" |
| 3 PASS selection.anchorNode is test.firstChild |
| 4 PASS selection.anchorOffset is 0 |
| 5 Hit right arrow key |
| 6 PASS selection.type is "Caret" |
| 7 PASS selection.anchorNode is test.firstChild |
| 8 PASS selection.anchorOffset is 1 |
| 9 Hit right arrow key |
| 10 PASS selection.type is "Caret" |
| 11 PASS selection.anchorNode is test.firstChild |
| 12 PASS selection.anchorOffset is 2 |
| 13 Hit left arrow key |
| 14 PASS selection.type is "Caret" |
| 15 PASS selection.anchorNode is test.firstChild |
| 16 FAIL selection.anchorOffset should be 1. Was 3. |
| 17 Hit left arrow key |
| 18 PASS selection.type is "Caret" |
| 19 PASS selection.anchorNode is test.firstChild |
| 20 FAIL selection.anchorOffset should be 0. Was 4. |
| 21 PASS successfullyParsed is true |
| 22 |
| 23 TEST COMPLETE |
| 24 |
OLD | NEW |