Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / deleting / delete-character-003-expected.txt
blob5f69066ddf6fb09d0cfde6c6b4354ad02d7f1c07
1 a|<br>
2 PASS sample.innerHTML is "<br>"
3 PASS selection.type is "Caret"
4 PASS selection.focusNode is sample
5 PASS selection.focusOffset is 0
7 a<br>|<br>
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
13 a<br><br>|<br>
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
19 a|<br><br>
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
25 a<br>|<br><br>
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
31 a<br><br>|<br><br>
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
37 a<br>|b
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
43 a<br><br>|b
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
49 a<br><br><br>|b
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
55 a<br>b|
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
61 a<br><br>b|
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
67 a<br><br><br>b|
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
75 TEST COMPLETE