| OLD | NEW |
| 1 mac | 1 mac |
| 2 PASS selection.anchorNode.data is "rd " | 2 PASS selection.anchorNode.data is "rd " |
| 3 PASS selection.anchorOffset is 2 | 3 PASS selection.anchorOffset is 2 |
| 4 PASS selection.focusNode.data is "This wo" | 4 PASS selection.focusNode.data is "This wo" |
| 5 PASS selection.focusOffset is 5 | 5 PASS selection.focusOffset is 5 |
| 6 PASS selection.toString() is "word" | 6 PASS selection.toString() is "word" |
| 7 PASS $("test").innerHTML is "This wo<b>rd </b>should be selected." | 7 PASS $("test").innerHTML is "This wo<b>rd </b>should be selected only on mac." |
| 8 win | 8 win |
| 9 PASS selection.anchorNode.data is "rd " | 9 PASS selection.anchorNode.data is "rd " |
| 10 PASS selection.anchorOffset is 2 | 10 PASS selection.anchorOffset is 2 |
| 11 PASS selection.focusNode.data is "This wo" | 11 PASS selection.focusNode.data is "rd " |
| 12 PASS selection.focusOffset is 5 | 12 PASS selection.focusOffset is 2 |
| 13 PASS selection.toString() is "word" | 13 PASS selection.toString() is "" |
| 14 PASS $("test").innerHTML is "This wo<b>rd </b>should be selected." | 14 PASS $("test").innerHTML is "This wo<b>rd </b>should be selected only on mac." |
| 15 unix | 15 unix |
| 16 PASS selection.anchorNode.data is "rd " | 16 PASS selection.anchorNode.data is "rd " |
| 17 PASS selection.anchorOffset is 2 | 17 PASS selection.anchorOffset is 2 |
| 18 PASS selection.focusNode.data is "This wo" | 18 PASS selection.focusNode.data is "rd " |
| 19 PASS selection.focusOffset is 5 | 19 PASS selection.focusOffset is 2 |
| 20 PASS selection.toString() is "word" | 20 PASS selection.toString() is "" |
| 21 PASS $("test").innerHTML is "This wo<b>rd </b>should be selected." | 21 PASS $("test").innerHTML is "This wo<b>rd </b>should be selected only on mac." |
| 22 android | 22 android |
| 23 PASS selection.anchorNode.data is "rd " | 23 PASS selection.anchorNode.data is "rd " |
| 24 PASS selection.anchorOffset is 2 | 24 PASS selection.anchorOffset is 2 |
| 25 PASS selection.focusNode.data is "This wo" | 25 PASS selection.focusNode.data is "rd " |
| 26 PASS selection.focusOffset is 5 | 26 PASS selection.focusOffset is 2 |
| 27 PASS selection.toString() is "word" | 27 PASS selection.toString() is "" |
| 28 PASS $("test").innerHTML is "This wo<b>rd </b>should be selected." | 28 PASS $("test").innerHTML is "This wo<b>rd </b>should be selected only on mac." |
| 29 PASS successfullyParsed is true | 29 PASS successfullyParsed is true |
| 30 | 30 |
| 31 TEST COMPLETE | 31 TEST COMPLETE |
| 32 | 32 |
| OLD | NEW |