2 PASS sample.innerHTML is "<br>"
3 PASS selection.type is "Caret"
4 PASS selection.focusNode is sample
5 PASS selection.focusOffset is 0
8 PASS sample.innerHTML is "a<br>"
9 PASS selection.type is "Caret"
10 PASS selection.focusNode is sample.firstChild
11 PASS selection.focusOffset is 1
14 PASS sample.innerHTML is "a<br><br>"
15 PASS selection.type is "Caret"
16 PASS selection.focusNode is sample
17 PASS selection.focusOffset is 2
20 PASS sample.innerHTML is "<br><br>"
21 PASS selection.type is "Caret"
22 PASS selection.focusNode is sample
23 PASS selection.focusOffset is 0
26 PASS sample.innerHTML is "a<br><br>"
27 PASS selection.type is "Caret"
28 PASS selection.focusNode is sample.firstChild
29 PASS selection.focusOffset is 1
32 PASS sample.innerHTML is "a<br><br><br>"
33 PASS selection.type is "Caret"
34 PASS selection.focusNode is sample
35 PASS selection.focusOffset is 2
38 PASS sample.innerHTML is "ab"
39 PASS selection.type is "Caret"
40 PASS selection.focusNode is sample.firstChild
41 PASS selection.focusOffset is 1
44 PASS sample.innerHTML is "a<br>b"
45 PASS selection.type is "Caret"
46 PASS selection.focusNode is sample.lastChild
47 PASS selection.focusOffset is 0
50 PASS sample.innerHTML is "a<br><br>b"
51 PASS selection.type is "Caret"
52 PASS selection.focusNode is sample.lastChild
53 PASS selection.focusOffset is 0
56 PASS sample.innerHTML is "a<br><br>"
57 PASS selection.type is "Caret"
58 PASS selection.focusNode is sample
59 PASS selection.focusOffset is 2
62 PASS sample.innerHTML is "a<br><br><br>"
63 PASS selection.type is "Caret"
64 PASS selection.focusNode is sample
65 PASS selection.focusOffset is 3
68 PASS sample.innerHTML is "a<br><br><br><br>"
69 PASS selection.type is "Caret"
70 PASS selection.focusNode is sample
71 PASS selection.focusOffset is 4
73 PASS successfullyParsed is true