2 PASS selection.anchorNode.data is "rd "
3 PASS selection.anchorOffset is 2
4 PASS selection.focusNode.data is "This wo"
5 PASS selection.focusOffset is 5
6 PASS selection.toString() is "word"
7 PASS $("test").innerHTML is "This wo<b>rd </b>should be selected only on mac."
9 PASS selection.anchorNode.data is "rd "
10 PASS selection.anchorOffset is 2
11 PASS selection.focusNode.data is "rd "
12 PASS selection.focusOffset is 2
13 PASS selection.toString() is ""
14 PASS $("test").innerHTML is "This wo<b>rd </b>should be selected only on mac."
16 PASS selection.anchorNode.data is "rd "
17 PASS selection.anchorOffset is 2
18 PASS selection.focusNode.data is "rd "
19 PASS selection.focusOffset is 2
20 PASS selection.toString() is ""
21 PASS $("test").innerHTML is "This wo<b>rd </b>should be selected only on mac."
23 PASS selection.anchorNode.data is "rd "
24 PASS selection.anchorOffset is 2
25 PASS selection.focusNode.data is "rd "
26 PASS selection.focusOffset is 2
27 PASS selection.toString() is ""
28 PASS $("test").innerHTML is "This wo<b>rd </b>should be selected only on mac."
29 PASS successfullyParsed is true