Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/dom/ranges/Range-surroundContents-expected.txt

Issue 2745443003: DOM Range: surroundContents() should not check if newParent is in ancestors beforehand. (Closed)
Patch Set: . Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 1672 tests; 1412 PASS, 260 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 1672 tests; 1456 PASS, 216 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 FAIL 0,0: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 0], node paras[0] assert_true: First differing node: expected Element node <p id ="b" style="display:none">Ijklmnop 3 PASS 0,0: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 0], node paras[0]
4 </p>, got Text node "Äb̈c̈d̈ëf̈g̈ḧ 4 PASS 0,0: resulting range position for range [paras[0].firstChild, 0, paras[0].f irstChild, 0], node paras[0]
5 " [Actual and expected mismatch for range's tree root. ] expected true got fals e
6 FAIL 0,0: resulting range position for range [paras[0].firstChild, 0, paras[0].f irstChild, 0], node paras[0] assert_true: First differing node: expected Element node <p id="b" style="display:none">Ijklmnop
7 </p>, got Text node "Äb̈c̈d̈ëf̈g̈ḧ
8 " [Actual and expected mismatch for range's tree root. ] expected true got fals e
9 PASS 0,1: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 0], node paras[0].firstChild 5 PASS 0,1: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 0], node paras[0].firstChild
10 PASS 0,1: resulting range position for range [paras[0].firstChild, 0, paras[0].f irstChild, 0], node paras[0].firstChild 6 PASS 0,1: resulting range position for range [paras[0].firstChild, 0, paras[0].f irstChild, 0], node paras[0].firstChild
11 PASS 0,2: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 0], node paras[1].firstChild 7 PASS 0,2: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 0], node paras[1].firstChild
12 PASS 0,2: resulting range position for range [paras[0].firstChild, 0, paras[0].f irstChild, 0], node paras[1].firstChild 8 PASS 0,2: resulting range position for range [paras[0].firstChild, 0, paras[0].f irstChild, 0], node paras[1].firstChild
13 PASS 0,3: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 0], node foreignPara1 9 PASS 0,3: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 0], node foreignPara1
14 PASS 0,3: resulting range position for range [paras[0].firstChild, 0, paras[0].f irstChild, 0], node foreignPara1 10 PASS 0,3: resulting range position for range [paras[0].firstChild, 0, paras[0].f irstChild, 0], node foreignPara1
15 PASS 0,4: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 0], node foreignPara1.firstChild 11 PASS 0,4: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 0], node foreignPara1.firstChild
16 PASS 0,4: resulting range position for range [paras[0].firstChild, 0, paras[0].f irstChild, 0], node foreignPara1.firstChild 12 PASS 0,4: resulting range position for range [paras[0].firstChild, 0, paras[0].f irstChild, 0], node foreignPara1.firstChild
17 PASS 0,5: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 0], node detachedPara1 13 PASS 0,5: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 0], node detachedPara1
18 PASS 0,5: resulting range position for range [paras[0].firstChild, 0, paras[0].f irstChild, 0], node detachedPara1 14 PASS 0,5: resulting range position for range [paras[0].firstChild, 0, paras[0].f irstChild, 0], node detachedPara1
(...skipping 22 matching lines...) Expand all
41 PASS 0,17: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 0], node comment 37 PASS 0,17: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 0], node comment
42 PASS 0,17: resulting range position for range [paras[0].firstChild, 0, paras[0]. firstChild, 0], node comment 38 PASS 0,17: resulting range position for range [paras[0].firstChild, 0, paras[0]. firstChild, 0], node comment
43 PASS 0,18: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 0], node detachedComment 39 PASS 0,18: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 0], node detachedComment
44 PASS 0,18: resulting range position for range [paras[0].firstChild, 0, paras[0]. firstChild, 0], node detachedComment 40 PASS 0,18: resulting range position for range [paras[0].firstChild, 0, paras[0]. firstChild, 0], node detachedComment
45 PASS 0,19: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 0], node docfrag 41 PASS 0,19: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 0], node docfrag
46 PASS 0,19: resulting range position for range [paras[0].firstChild, 0, paras[0]. firstChild, 0], node docfrag 42 PASS 0,19: resulting range position for range [paras[0].firstChild, 0, paras[0]. firstChild, 0], node docfrag
47 PASS 0,20: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 0], node doctype 43 PASS 0,20: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 0], node doctype
48 PASS 0,20: resulting range position for range [paras[0].firstChild, 0, paras[0]. firstChild, 0], node doctype 44 PASS 0,20: resulting range position for range [paras[0].firstChild, 0, paras[0]. firstChild, 0], node doctype
49 PASS 0,21: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 0], node foreignDoctype 45 PASS 0,21: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 0], node foreignDoctype
50 PASS 0,21: resulting range position for range [paras[0].firstChild, 0, paras[0]. firstChild, 0], node foreignDoctype 46 PASS 0,21: resulting range position for range [paras[0].firstChild, 0, paras[0]. firstChild, 0], node foreignDoctype
51 FAIL 1,0: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 1], node paras[0] assert_true: First differing node: expected Element node <p id ="b" style="display:none">Ijklmnop 47 PASS 1,0: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 1], node paras[0]
52 </p>, got Text node "Äb̈c̈d̈ëf̈g̈ḧ 48 PASS 1,0: resulting range position for range [paras[0].firstChild, 0, paras[0].f irstChild, 1], node paras[0]
53 " [Actual and expected mismatch for range's tree root. ] expected true got fals e 49 PASS 1,1: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 1], node paras[0].firstChild
54 FAIL 1,0: resulting range position for range [paras[0].firstChild, 0, paras[0].f irstChild, 1], node paras[0] assert_true: First differing node: expected Element node <p id="b" style="display:none">Ijklmnop 50 PASS 1,1: resulting range position for range [paras[0].firstChild, 0, paras[0].f irstChild, 1], node paras[0].firstChild
55 </p>, got Text node "Äb̈c̈d̈ëf̈g̈ḧ
56 " [Actual and expected mismatch for range's tree root. ] expected true got fals e
57 FAIL 1,1: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 1], node paras[0].firstChild assert_true: First differing node: expected Text no de "̈b̈c̈d̈ëf̈g̈ḧ
58 ", got Text node "Äb̈c̈d̈ëf̈g̈ḧ
59 " [Actual and expected mismatch for range's tree root. ] expected true got fals e
60 FAIL 1,1: resulting range position for range [paras[0].firstChild, 0, paras[0].f irstChild, 1], node paras[0].firstChild assert_true: First differing node: expec ted Text node "̈b̈c̈d̈ëf̈g̈ḧ
61 ", got Text node "Äb̈c̈d̈ëf̈g̈ḧ
62 " [Actual and expected mismatch for range's tree root. ] expected true got fals e
63 PASS 1,2: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 1], node paras[1].firstChild 51 PASS 1,2: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 1], node paras[1].firstChild
64 PASS 1,2: resulting range position for range [paras[0].firstChild, 0, paras[0].f irstChild, 1], node paras[1].firstChild 52 PASS 1,2: resulting range position for range [paras[0].firstChild, 0, paras[0].f irstChild, 1], node paras[1].firstChild
65 PASS 1,3: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 1], node foreignPara1 53 PASS 1,3: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 1], node foreignPara1
66 PASS 1,3: resulting range position for range [paras[0].firstChild, 0, paras[0].f irstChild, 1], node foreignPara1 54 PASS 1,3: resulting range position for range [paras[0].firstChild, 0, paras[0].f irstChild, 1], node foreignPara1
67 PASS 1,4: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 1], node foreignPara1.firstChild 55 PASS 1,4: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 1], node foreignPara1.firstChild
68 PASS 1,4: resulting range position for range [paras[0].firstChild, 0, paras[0].f irstChild, 1], node foreignPara1.firstChild 56 PASS 1,4: resulting range position for range [paras[0].firstChild, 0, paras[0].f irstChild, 1], node foreignPara1.firstChild
69 PASS 1,5: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 1], node detachedPara1 57 PASS 1,5: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 1], node detachedPara1
70 PASS 1,5: resulting range position for range [paras[0].firstChild, 0, paras[0].f irstChild, 1], node detachedPara1 58 PASS 1,5: resulting range position for range [paras[0].firstChild, 0, paras[0].f irstChild, 1], node detachedPara1
71 PASS 1,6: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 1], node detachedPara1.firstChild 59 PASS 1,6: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 1], node detachedPara1.firstChild
72 PASS 1,6: resulting range position for range [paras[0].firstChild, 0, paras[0].f irstChild, 1], node detachedPara1.firstChild 60 PASS 1,6: resulting range position for range [paras[0].firstChild, 0, paras[0].f irstChild, 1], node detachedPara1.firstChild
(...skipping 20 matching lines...) Expand all
93 PASS 1,17: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 1], node comment 81 PASS 1,17: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 1], node comment
94 PASS 1,17: resulting range position for range [paras[0].firstChild, 0, paras[0]. firstChild, 1], node comment 82 PASS 1,17: resulting range position for range [paras[0].firstChild, 0, paras[0]. firstChild, 1], node comment
95 PASS 1,18: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 1], node detachedComment 83 PASS 1,18: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 1], node detachedComment
96 PASS 1,18: resulting range position for range [paras[0].firstChild, 0, paras[0]. firstChild, 1], node detachedComment 84 PASS 1,18: resulting range position for range [paras[0].firstChild, 0, paras[0]. firstChild, 1], node detachedComment
97 PASS 1,19: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 1], node docfrag 85 PASS 1,19: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 1], node docfrag
98 PASS 1,19: resulting range position for range [paras[0].firstChild, 0, paras[0]. firstChild, 1], node docfrag 86 PASS 1,19: resulting range position for range [paras[0].firstChild, 0, paras[0]. firstChild, 1], node docfrag
99 PASS 1,20: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 1], node doctype 87 PASS 1,20: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 1], node doctype
100 PASS 1,20: resulting range position for range [paras[0].firstChild, 0, paras[0]. firstChild, 1], node doctype 88 PASS 1,20: resulting range position for range [paras[0].firstChild, 0, paras[0]. firstChild, 1], node doctype
101 PASS 1,21: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 1], node foreignDoctype 89 PASS 1,21: resulting DOM for range [paras[0].firstChild, 0, paras[0].firstChild, 1], node foreignDoctype
102 PASS 1,21: resulting range position for range [paras[0].firstChild, 0, paras[0]. firstChild, 1], node foreignDoctype 90 PASS 1,21: resulting range position for range [paras[0].firstChild, 0, paras[0]. firstChild, 1], node foreignDoctype
103 FAIL 2,0: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 8], node paras[0] assert_true: First differing node: expected Element node <p id ="b" style="display:none">Ijklmnop 91 PASS 2,0: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 8], node paras[0]
104 </p>, got Text node "Äb̈c̈d̈ëf̈g̈ḧ 92 PASS 2,0: resulting range position for range [paras[0].firstChild, 2, paras[0].f irstChild, 8], node paras[0]
105 " [Actual and expected mismatch for range's tree root. ] expected true got fals e 93 PASS 2,1: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 8], node paras[0].firstChild
106 FAIL 2,0: resulting range position for range [paras[0].firstChild, 2, paras[0].f irstChild, 8], node paras[0] assert_true: First differing node: expected Element node <p id="b" style="display:none">Ijklmnop 94 PASS 2,1: resulting range position for range [paras[0].firstChild, 2, paras[0].f irstChild, 8], node paras[0].firstChild
107 </p>, got Text node "Äb̈c̈d̈ëf̈g̈ḧ
108 " [Actual and expected mismatch for range's tree root. ] expected true got fals e
109 FAIL 2,1: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 8], node paras[0].firstChild assert_true: First differing node: expected Text no de "Äëf̈g̈ḧ
110 ", got Text node "Äb̈c̈d̈ëf̈g̈ḧ
111 " [Actual and expected mismatch for range's tree root. ] expected true got fals e
112 FAIL 2,1: resulting range position for range [paras[0].firstChild, 2, paras[0].f irstChild, 8], node paras[0].firstChild assert_true: First differing node: expec ted Text node "Äëf̈g̈ḧ
113 ", got Text node "Äb̈c̈d̈ëf̈g̈ḧ
114 " [Actual and expected mismatch for range's tree root. ] expected true got fals e
115 PASS 2,2: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 8], node paras[1].firstChild 95 PASS 2,2: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 8], node paras[1].firstChild
116 PASS 2,2: resulting range position for range [paras[0].firstChild, 2, paras[0].f irstChild, 8], node paras[1].firstChild 96 PASS 2,2: resulting range position for range [paras[0].firstChild, 2, paras[0].f irstChild, 8], node paras[1].firstChild
117 PASS 2,3: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 8], node foreignPara1 97 PASS 2,3: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 8], node foreignPara1
118 PASS 2,3: resulting range position for range [paras[0].firstChild, 2, paras[0].f irstChild, 8], node foreignPara1 98 PASS 2,3: resulting range position for range [paras[0].firstChild, 2, paras[0].f irstChild, 8], node foreignPara1
119 PASS 2,4: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 8], node foreignPara1.firstChild 99 PASS 2,4: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 8], node foreignPara1.firstChild
120 PASS 2,4: resulting range position for range [paras[0].firstChild, 2, paras[0].f irstChild, 8], node foreignPara1.firstChild 100 PASS 2,4: resulting range position for range [paras[0].firstChild, 2, paras[0].f irstChild, 8], node foreignPara1.firstChild
121 PASS 2,5: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 8], node detachedPara1 101 PASS 2,5: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 8], node detachedPara1
122 PASS 2,5: resulting range position for range [paras[0].firstChild, 2, paras[0].f irstChild, 8], node detachedPara1 102 PASS 2,5: resulting range position for range [paras[0].firstChild, 2, paras[0].f irstChild, 8], node detachedPara1
123 PASS 2,6: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 8], node detachedPara1.firstChild 103 PASS 2,6: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 8], node detachedPara1.firstChild
124 PASS 2,6: resulting range position for range [paras[0].firstChild, 2, paras[0].f irstChild, 8], node detachedPara1.firstChild 104 PASS 2,6: resulting range position for range [paras[0].firstChild, 2, paras[0].f irstChild, 8], node detachedPara1.firstChild
(...skipping 20 matching lines...) Expand all
145 PASS 2,17: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 8], node comment 125 PASS 2,17: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 8], node comment
146 PASS 2,17: resulting range position for range [paras[0].firstChild, 2, paras[0]. firstChild, 8], node comment 126 PASS 2,17: resulting range position for range [paras[0].firstChild, 2, paras[0]. firstChild, 8], node comment
147 PASS 2,18: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 8], node detachedComment 127 PASS 2,18: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 8], node detachedComment
148 PASS 2,18: resulting range position for range [paras[0].firstChild, 2, paras[0]. firstChild, 8], node detachedComment 128 PASS 2,18: resulting range position for range [paras[0].firstChild, 2, paras[0]. firstChild, 8], node detachedComment
149 PASS 2,19: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 8], node docfrag 129 PASS 2,19: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 8], node docfrag
150 PASS 2,19: resulting range position for range [paras[0].firstChild, 2, paras[0]. firstChild, 8], node docfrag 130 PASS 2,19: resulting range position for range [paras[0].firstChild, 2, paras[0]. firstChild, 8], node docfrag
151 PASS 2,20: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 8], node doctype 131 PASS 2,20: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 8], node doctype
152 PASS 2,20: resulting range position for range [paras[0].firstChild, 2, paras[0]. firstChild, 8], node doctype 132 PASS 2,20: resulting range position for range [paras[0].firstChild, 2, paras[0]. firstChild, 8], node doctype
153 PASS 2,21: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 8], node foreignDoctype 133 PASS 2,21: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 8], node foreignDoctype
154 PASS 2,21: resulting range position for range [paras[0].firstChild, 2, paras[0]. firstChild, 8], node foreignDoctype 134 PASS 2,21: resulting range position for range [paras[0].firstChild, 2, paras[0]. firstChild, 8], node foreignDoctype
155 FAIL 3,0: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 9], node paras[0] assert_true: First differing node: expected Element node <p id ="b" style="display:none">Ijklmnop 135 PASS 3,0: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 9], node paras[0]
156 </p>, got Text node "Äb̈c̈d̈ëf̈g̈ḧ 136 PASS 3,0: resulting range position for range [paras[0].firstChild, 2, paras[0].f irstChild, 9], node paras[0]
157 " [Actual and expected mismatch for range's tree root. ] expected true got fals e 137 PASS 3,1: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 9], node paras[0].firstChild
158 FAIL 3,0: resulting range position for range [paras[0].firstChild, 2, paras[0].f irstChild, 9], node paras[0] assert_true: First differing node: expected Element node <p id="b" style="display:none">Ijklmnop 138 PASS 3,1: resulting range position for range [paras[0].firstChild, 2, paras[0].f irstChild, 9], node paras[0].firstChild
159 </p>, got Text node "Äb̈c̈d̈ëf̈g̈ḧ
160 " [Actual and expected mismatch for range's tree root. ] expected true got fals e
161 FAIL 3,1: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 9], node paras[0].firstChild assert_true: First differing node: expected Text no de "Ä̈f̈g̈ḧ
162 ", got Text node "Äb̈c̈d̈ëf̈g̈ḧ
163 " [Actual and expected mismatch for range's tree root. ] expected true got fals e
164 FAIL 3,1: resulting range position for range [paras[0].firstChild, 2, paras[0].f irstChild, 9], node paras[0].firstChild assert_true: First differing node: expec ted Text node "Ä̈f̈g̈ḧ
165 ", got Text node "Äb̈c̈d̈ëf̈g̈ḧ
166 " [Actual and expected mismatch for range's tree root. ] expected true got fals e
167 PASS 3,2: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 9], node paras[1].firstChild 139 PASS 3,2: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 9], node paras[1].firstChild
168 PASS 3,2: resulting range position for range [paras[0].firstChild, 2, paras[0].f irstChild, 9], node paras[1].firstChild 140 PASS 3,2: resulting range position for range [paras[0].firstChild, 2, paras[0].f irstChild, 9], node paras[1].firstChild
169 PASS 3,3: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 9], node foreignPara1 141 PASS 3,3: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 9], node foreignPara1
170 PASS 3,3: resulting range position for range [paras[0].firstChild, 2, paras[0].f irstChild, 9], node foreignPara1 142 PASS 3,3: resulting range position for range [paras[0].firstChild, 2, paras[0].f irstChild, 9], node foreignPara1
171 PASS 3,4: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 9], node foreignPara1.firstChild 143 PASS 3,4: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 9], node foreignPara1.firstChild
172 PASS 3,4: resulting range position for range [paras[0].firstChild, 2, paras[0].f irstChild, 9], node foreignPara1.firstChild 144 PASS 3,4: resulting range position for range [paras[0].firstChild, 2, paras[0].f irstChild, 9], node foreignPara1.firstChild
173 PASS 3,5: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 9], node detachedPara1 145 PASS 3,5: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 9], node detachedPara1
174 PASS 3,5: resulting range position for range [paras[0].firstChild, 2, paras[0].f irstChild, 9], node detachedPara1 146 PASS 3,5: resulting range position for range [paras[0].firstChild, 2, paras[0].f irstChild, 9], node detachedPara1
175 PASS 3,6: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 9], node detachedPara1.firstChild 147 PASS 3,6: resulting DOM for range [paras[0].firstChild, 2, paras[0].firstChild, 9], node detachedPara1.firstChild
176 PASS 3,6: resulting range position for range [paras[0].firstChild, 2, paras[0].f irstChild, 9], node detachedPara1.firstChild 148 PASS 3,6: resulting range position for range [paras[0].firstChild, 2, paras[0].f irstChild, 9], node detachedPara1.firstChild
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 PASS 4,19: resulting DOM for range [paras[1].firstChild, 0, paras[1].firstChild, 0], node docfrag 217 PASS 4,19: resulting DOM for range [paras[1].firstChild, 0, paras[1].firstChild, 0], node docfrag
246 PASS 4,19: resulting range position for range [paras[1].firstChild, 0, paras[1]. firstChild, 0], node docfrag 218 PASS 4,19: resulting range position for range [paras[1].firstChild, 0, paras[1]. firstChild, 0], node docfrag
247 PASS 4,20: resulting DOM for range [paras[1].firstChild, 0, paras[1].firstChild, 0], node doctype 219 PASS 4,20: resulting DOM for range [paras[1].firstChild, 0, paras[1].firstChild, 0], node doctype
248 PASS 4,20: resulting range position for range [paras[1].firstChild, 0, paras[1]. firstChild, 0], node doctype 220 PASS 4,20: resulting range position for range [paras[1].firstChild, 0, paras[1]. firstChild, 0], node doctype
249 PASS 4,21: resulting DOM for range [paras[1].firstChild, 0, paras[1].firstChild, 0], node foreignDoctype 221 PASS 4,21: resulting DOM for range [paras[1].firstChild, 0, paras[1].firstChild, 0], node foreignDoctype
250 PASS 4,21: resulting range position for range [paras[1].firstChild, 0, paras[1]. firstChild, 0], node foreignDoctype 222 PASS 4,21: resulting range position for range [paras[1].firstChild, 0, paras[1]. firstChild, 0], node foreignDoctype
251 PASS 5,0: resulting DOM for range [paras[1].firstChild, 2, paras[1].firstChild, 9], node paras[0] 223 PASS 5,0: resulting DOM for range [paras[1].firstChild, 2, paras[1].firstChild, 9], node paras[0]
252 PASS 5,0: resulting range position for range [paras[1].firstChild, 2, paras[1].f irstChild, 9], node paras[0] 224 PASS 5,0: resulting range position for range [paras[1].firstChild, 2, paras[1].f irstChild, 9], node paras[0]
253 PASS 5,1: resulting DOM for range [paras[1].firstChild, 2, paras[1].firstChild, 9], node paras[0].firstChild 225 PASS 5,1: resulting DOM for range [paras[1].firstChild, 2, paras[1].firstChild, 9], node paras[0].firstChild
254 PASS 5,1: resulting range position for range [paras[1].firstChild, 2, paras[1].f irstChild, 9], node paras[0].firstChild 226 PASS 5,1: resulting range position for range [paras[1].firstChild, 2, paras[1].f irstChild, 9], node paras[0].firstChild
255 FAIL 5,2: resulting DOM for range [paras[1].firstChild, 2, paras[1].firstChild, 9], node paras[1].firstChild assert_true: First differing node: expected Text no de "Ij", got Text node "Ijklmnop 227 PASS 5,2: resulting DOM for range [paras[1].firstChild, 2, paras[1].firstChild, 9], node paras[1].firstChild
256 " [Actual and expected mismatch for range's tree root. ] expected true got fals e 228 PASS 5,2: resulting range position for range [paras[1].firstChild, 2, paras[1].f irstChild, 9], node paras[1].firstChild
257 FAIL 5,2: resulting range position for range [paras[1].firstChild, 2, paras[1].f irstChild, 9], node paras[1].firstChild assert_true: First differing node: expec ted Text node "Ij", got Text node "Ijklmnop
258 " [Actual and expected mismatch for range's tree root. ] expected true got fals e
259 PASS 5,3: resulting DOM for range [paras[1].firstChild, 2, paras[1].firstChild, 9], node foreignPara1 229 PASS 5,3: resulting DOM for range [paras[1].firstChild, 2, paras[1].firstChild, 9], node foreignPara1
260 PASS 5,3: resulting range position for range [paras[1].firstChild, 2, paras[1].f irstChild, 9], node foreignPara1 230 PASS 5,3: resulting range position for range [paras[1].firstChild, 2, paras[1].f irstChild, 9], node foreignPara1
261 PASS 5,4: resulting DOM for range [paras[1].firstChild, 2, paras[1].firstChild, 9], node foreignPara1.firstChild 231 PASS 5,4: resulting DOM for range [paras[1].firstChild, 2, paras[1].firstChild, 9], node foreignPara1.firstChild
262 PASS 5,4: resulting range position for range [paras[1].firstChild, 2, paras[1].f irstChild, 9], node foreignPara1.firstChild 232 PASS 5,4: resulting range position for range [paras[1].firstChild, 2, paras[1].f irstChild, 9], node foreignPara1.firstChild
263 PASS 5,5: resulting DOM for range [paras[1].firstChild, 2, paras[1].firstChild, 9], node detachedPara1 233 PASS 5,5: resulting DOM for range [paras[1].firstChild, 2, paras[1].firstChild, 9], node detachedPara1
264 PASS 5,5: resulting range position for range [paras[1].firstChild, 2, paras[1].f irstChild, 9], node detachedPara1 234 PASS 5,5: resulting range position for range [paras[1].firstChild, 2, paras[1].f irstChild, 9], node detachedPara1
265 PASS 5,6: resulting DOM for range [paras[1].firstChild, 2, paras[1].firstChild, 9], node detachedPara1.firstChild 235 PASS 5,6: resulting DOM for range [paras[1].firstChild, 2, paras[1].firstChild, 9], node detachedPara1.firstChild
266 PASS 5,6: resulting range position for range [paras[1].firstChild, 2, paras[1].f irstChild, 9], node detachedPara1.firstChild 236 PASS 5,6: resulting range position for range [paras[1].firstChild, 2, paras[1].f irstChild, 9], node detachedPara1.firstChild
267 PASS 5,7: resulting DOM for range [paras[1].firstChild, 2, paras[1].firstChild, 9], node document 237 PASS 5,7: resulting DOM for range [paras[1].firstChild, 2, paras[1].firstChild, 9], node document
268 PASS 5,7: resulting range position for range [paras[1].firstChild, 2, paras[1].f irstChild, 9], node document 238 PASS 5,7: resulting range position for range [paras[1].firstChild, 2, paras[1].f irstChild, 9], node document
(...skipping 28 matching lines...) Expand all
297 PASS 6,0: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.fi rstChild, 0], node paras[0] 267 PASS 6,0: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.fi rstChild, 0], node paras[0]
298 PASS 6,0: resulting range position for range [detachedPara1.firstChild, 0, detac hedPara1.firstChild, 0], node paras[0] 268 PASS 6,0: resulting range position for range [detachedPara1.firstChild, 0, detac hedPara1.firstChild, 0], node paras[0]
299 PASS 6,1: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.fi rstChild, 0], node paras[0].firstChild 269 PASS 6,1: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.fi rstChild, 0], node paras[0].firstChild
300 PASS 6,1: resulting range position for range [detachedPara1.firstChild, 0, detac hedPara1.firstChild, 0], node paras[0].firstChild 270 PASS 6,1: resulting range position for range [detachedPara1.firstChild, 0, detac hedPara1.firstChild, 0], node paras[0].firstChild
301 PASS 6,2: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.fi rstChild, 0], node paras[1].firstChild 271 PASS 6,2: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.fi rstChild, 0], node paras[1].firstChild
302 PASS 6,2: resulting range position for range [detachedPara1.firstChild, 0, detac hedPara1.firstChild, 0], node paras[1].firstChild 272 PASS 6,2: resulting range position for range [detachedPara1.firstChild, 0, detac hedPara1.firstChild, 0], node paras[1].firstChild
303 PASS 6,3: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.fi rstChild, 0], node foreignPara1 273 PASS 6,3: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.fi rstChild, 0], node foreignPara1
304 PASS 6,3: resulting range position for range [detachedPara1.firstChild, 0, detac hedPara1.firstChild, 0], node foreignPara1 274 PASS 6,3: resulting range position for range [detachedPara1.firstChild, 0, detac hedPara1.firstChild, 0], node foreignPara1
305 PASS 6,4: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.fi rstChild, 0], node foreignPara1.firstChild 275 PASS 6,4: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.fi rstChild, 0], node foreignPara1.firstChild
306 PASS 6,4: resulting range position for range [detachedPara1.firstChild, 0, detac hedPara1.firstChild, 0], node foreignPara1.firstChild 276 PASS 6,4: resulting range position for range [detachedPara1.firstChild, 0, detac hedPara1.firstChild, 0], node foreignPara1.firstChild
307 FAIL 6,5: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.fi rstChild, 0], node detachedPara1 assert_true: First differing node: expected Ele ment node <p>Wxyzabcd</p>, got Text node "Opqrstuv" [Actual and expected mismatc h for range's tree root. ] expected true got false 277 PASS 6,5: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.fi rstChild, 0], node detachedPara1
308 FAIL 6,5: resulting range position for range [detachedPara1.firstChild, 0, detac hedPara1.firstChild, 0], node detachedPara1 assert_true: First differing node: e xpected Element node <p>Wxyzabcd</p>, got Text node "Opqrstuv" [Actual and expec ted mismatch for range's tree root. ] expected true got false 278 PASS 6,5: resulting range position for range [detachedPara1.firstChild, 0, detac hedPara1.firstChild, 0], node detachedPara1
309 PASS 6,6: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.fi rstChild, 0], node detachedPara1.firstChild 279 PASS 6,6: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.fi rstChild, 0], node detachedPara1.firstChild
310 PASS 6,6: resulting range position for range [detachedPara1.firstChild, 0, detac hedPara1.firstChild, 0], node detachedPara1.firstChild 280 PASS 6,6: resulting range position for range [detachedPara1.firstChild, 0, detac hedPara1.firstChild, 0], node detachedPara1.firstChild
311 PASS 6,7: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.fi rstChild, 0], node document 281 PASS 6,7: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.fi rstChild, 0], node document
312 PASS 6,7: resulting range position for range [detachedPara1.firstChild, 0, detac hedPara1.firstChild, 0], node document 282 PASS 6,7: resulting range position for range [detachedPara1.firstChild, 0, detac hedPara1.firstChild, 0], node document
313 FAIL 6,8: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.fi rstChild, 0], node detachedDiv assert_unreached: DOMs were not equal but we coul dn't figure out why Reached unreachable code 283 PASS 6,8: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.fi rstChild, 0], node detachedDiv
314 FAIL 6,8: resulting range position for range [detachedPara1.firstChild, 0, detac hedPara1.firstChild, 0], node detachedDiv assert_unreached: DOMs were not equal but we couldn't figure out why Reached unreachable code 284 PASS 6,8: resulting range position for range [detachedPara1.firstChild, 0, detac hedPara1.firstChild, 0], node detachedDiv
315 PASS 6,9: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.fi rstChild, 0], node foreignDoc 285 PASS 6,9: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.fi rstChild, 0], node foreignDoc
316 PASS 6,9: resulting range position for range [detachedPara1.firstChild, 0, detac hedPara1.firstChild, 0], node foreignDoc 286 PASS 6,9: resulting range position for range [detachedPara1.firstChild, 0, detac hedPara1.firstChild, 0], node foreignDoc
317 PASS 6,10: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.f irstChild, 0], node foreignPara2 287 PASS 6,10: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.f irstChild, 0], node foreignPara2
318 PASS 6,10: resulting range position for range [detachedPara1.firstChild, 0, deta chedPara1.firstChild, 0], node foreignPara2 288 PASS 6,10: resulting range position for range [detachedPara1.firstChild, 0, deta chedPara1.firstChild, 0], node foreignPara2
319 PASS 6,11: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.f irstChild, 0], node xmlDoc 289 PASS 6,11: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.f irstChild, 0], node xmlDoc
320 PASS 6,11: resulting range position for range [detachedPara1.firstChild, 0, deta chedPara1.firstChild, 0], node xmlDoc 290 PASS 6,11: resulting range position for range [detachedPara1.firstChild, 0, deta chedPara1.firstChild, 0], node xmlDoc
321 PASS 6,12: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.f irstChild, 0], node xmlElement 291 PASS 6,12: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.f irstChild, 0], node xmlElement
322 PASS 6,12: resulting range position for range [detachedPara1.firstChild, 0, deta chedPara1.firstChild, 0], node xmlElement 292 PASS 6,12: resulting range position for range [detachedPara1.firstChild, 0, deta chedPara1.firstChild, 0], node xmlElement
323 PASS 6,13: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.f irstChild, 0], node detachedTextNode 293 PASS 6,13: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.f irstChild, 0], node detachedTextNode
324 PASS 6,13: resulting range position for range [detachedPara1.firstChild, 0, deta chedPara1.firstChild, 0], node detachedTextNode 294 PASS 6,13: resulting range position for range [detachedPara1.firstChild, 0, deta chedPara1.firstChild, 0], node detachedTextNode
(...skipping 16 matching lines...) Expand all
341 PASS 7,0: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.fi rstChild, 8], node paras[0] 311 PASS 7,0: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.fi rstChild, 8], node paras[0]
342 PASS 7,0: resulting range position for range [detachedPara1.firstChild, 2, detac hedPara1.firstChild, 8], node paras[0] 312 PASS 7,0: resulting range position for range [detachedPara1.firstChild, 2, detac hedPara1.firstChild, 8], node paras[0]
343 PASS 7,1: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.fi rstChild, 8], node paras[0].firstChild 313 PASS 7,1: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.fi rstChild, 8], node paras[0].firstChild
344 PASS 7,1: resulting range position for range [detachedPara1.firstChild, 2, detac hedPara1.firstChild, 8], node paras[0].firstChild 314 PASS 7,1: resulting range position for range [detachedPara1.firstChild, 2, detac hedPara1.firstChild, 8], node paras[0].firstChild
345 PASS 7,2: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.fi rstChild, 8], node paras[1].firstChild 315 PASS 7,2: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.fi rstChild, 8], node paras[1].firstChild
346 PASS 7,2: resulting range position for range [detachedPara1.firstChild, 2, detac hedPara1.firstChild, 8], node paras[1].firstChild 316 PASS 7,2: resulting range position for range [detachedPara1.firstChild, 2, detac hedPara1.firstChild, 8], node paras[1].firstChild
347 PASS 7,3: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.fi rstChild, 8], node foreignPara1 317 PASS 7,3: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.fi rstChild, 8], node foreignPara1
348 PASS 7,3: resulting range position for range [detachedPara1.firstChild, 2, detac hedPara1.firstChild, 8], node foreignPara1 318 PASS 7,3: resulting range position for range [detachedPara1.firstChild, 2, detac hedPara1.firstChild, 8], node foreignPara1
349 PASS 7,4: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.fi rstChild, 8], node foreignPara1.firstChild 319 PASS 7,4: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.fi rstChild, 8], node foreignPara1.firstChild
350 PASS 7,4: resulting range position for range [detachedPara1.firstChild, 2, detac hedPara1.firstChild, 8], node foreignPara1.firstChild 320 PASS 7,4: resulting range position for range [detachedPara1.firstChild, 2, detac hedPara1.firstChild, 8], node foreignPara1.firstChild
351 FAIL 7,5: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.fi rstChild, 8], node detachedPara1 assert_true: First differing node: expected Ele ment node <p>Wxyzabcd</p>, got Text node "Opqrstuv" [Actual and expected mismatc h for range's tree root. ] expected true got false 321 PASS 7,5: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.fi rstChild, 8], node detachedPara1
352 FAIL 7,5: resulting range position for range [detachedPara1.firstChild, 2, detac hedPara1.firstChild, 8], node detachedPara1 assert_true: First differing node: e xpected Element node <p>Wxyzabcd</p>, got Text node "Opqrstuv" [Actual and expec ted mismatch for range's tree root. ] expected true got false 322 PASS 7,5: resulting range position for range [detachedPara1.firstChild, 2, detac hedPara1.firstChild, 8], node detachedPara1
353 FAIL 7,6: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.fi rstChild, 8], node detachedPara1.firstChild assert_true: First differing node: e xpected Text node "Op", got Text node "Opqrstuv" [Actual and expected mismatch f or range's tree root. ] expected true got false 323 PASS 7,6: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.fi rstChild, 8], node detachedPara1.firstChild
354 FAIL 7,6: resulting range position for range [detachedPara1.firstChild, 2, detac hedPara1.firstChild, 8], node detachedPara1.firstChild assert_true: First differ ing node: expected Text node "Op", got Text node "Opqrstuv" [Actual and expected mismatch for range's tree root. ] expected true got false 324 PASS 7,6: resulting range position for range [detachedPara1.firstChild, 2, detac hedPara1.firstChild, 8], node detachedPara1.firstChild
355 PASS 7,7: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.fi rstChild, 8], node document 325 PASS 7,7: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.fi rstChild, 8], node document
356 PASS 7,7: resulting range position for range [detachedPara1.firstChild, 2, detac hedPara1.firstChild, 8], node document 326 PASS 7,7: resulting range position for range [detachedPara1.firstChild, 2, detac hedPara1.firstChild, 8], node document
357 FAIL 7,8: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.fi rstChild, 8], node detachedDiv assert_unreached: DOMs were not equal but we coul dn't figure out why Reached unreachable code 327 PASS 7,8: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.fi rstChild, 8], node detachedDiv
358 FAIL 7,8: resulting range position for range [detachedPara1.firstChild, 2, detac hedPara1.firstChild, 8], node detachedDiv assert_unreached: DOMs were not equal but we couldn't figure out why Reached unreachable code 328 PASS 7,8: resulting range position for range [detachedPara1.firstChild, 2, detac hedPara1.firstChild, 8], node detachedDiv
359 PASS 7,9: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.fi rstChild, 8], node foreignDoc 329 PASS 7,9: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.fi rstChild, 8], node foreignDoc
360 PASS 7,9: resulting range position for range [detachedPara1.firstChild, 2, detac hedPara1.firstChild, 8], node foreignDoc 330 PASS 7,9: resulting range position for range [detachedPara1.firstChild, 2, detac hedPara1.firstChild, 8], node foreignDoc
361 PASS 7,10: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.f irstChild, 8], node foreignPara2 331 PASS 7,10: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.f irstChild, 8], node foreignPara2
362 PASS 7,10: resulting range position for range [detachedPara1.firstChild, 2, deta chedPara1.firstChild, 8], node foreignPara2 332 PASS 7,10: resulting range position for range [detachedPara1.firstChild, 2, deta chedPara1.firstChild, 8], node foreignPara2
363 PASS 7,11: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.f irstChild, 8], node xmlDoc 333 PASS 7,11: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.f irstChild, 8], node xmlDoc
364 PASS 7,11: resulting range position for range [detachedPara1.firstChild, 2, deta chedPara1.firstChild, 8], node xmlDoc 334 PASS 7,11: resulting range position for range [detachedPara1.firstChild, 2, deta chedPara1.firstChild, 8], node xmlDoc
365 PASS 7,12: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.f irstChild, 8], node xmlElement 335 PASS 7,12: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.f irstChild, 8], node xmlElement
366 PASS 7,12: resulting range position for range [detachedPara1.firstChild, 2, deta chedPara1.firstChild, 8], node xmlElement 336 PASS 7,12: resulting range position for range [detachedPara1.firstChild, 2, deta chedPara1.firstChild, 8], node xmlElement
367 PASS 7,13: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.f irstChild, 8], node detachedTextNode 337 PASS 7,13: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.f irstChild, 8], node detachedTextNode
368 PASS 7,13: resulting range position for range [detachedPara1.firstChild, 2, deta chedPara1.firstChild, 8], node detachedTextNode 338 PASS 7,13: resulting range position for range [detachedPara1.firstChild, 2, deta chedPara1.firstChild, 8], node detachedTextNode
(...skipping 12 matching lines...) Expand all
381 PASS 7,20: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.f irstChild, 8], node doctype 351 PASS 7,20: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.f irstChild, 8], node doctype
382 PASS 7,20: resulting range position for range [detachedPara1.firstChild, 2, deta chedPara1.firstChild, 8], node doctype 352 PASS 7,20: resulting range position for range [detachedPara1.firstChild, 2, deta chedPara1.firstChild, 8], node doctype
383 PASS 7,21: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.f irstChild, 8], node foreignDoctype 353 PASS 7,21: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.f irstChild, 8], node foreignDoctype
384 PASS 7,21: resulting range position for range [detachedPara1.firstChild, 2, deta chedPara1.firstChild, 8], node foreignDoctype 354 PASS 7,21: resulting range position for range [detachedPara1.firstChild, 2, deta chedPara1.firstChild, 8], node foreignDoctype
385 PASS 8,0: resulting DOM for range [foreignPara1.firstChild, 0, foreignPara1.firs tChild, 0], node paras[0] 355 PASS 8,0: resulting DOM for range [foreignPara1.firstChild, 0, foreignPara1.firs tChild, 0], node paras[0]
386 PASS 8,0: resulting range position for range [foreignPara1.firstChild, 0, foreig nPara1.firstChild, 0], node paras[0] 356 PASS 8,0: resulting range position for range [foreignPara1.firstChild, 0, foreig nPara1.firstChild, 0], node paras[0]
387 PASS 8,1: resulting DOM for range [foreignPara1.firstChild, 0, foreignPara1.firs tChild, 0], node paras[0].firstChild 357 PASS 8,1: resulting DOM for range [foreignPara1.firstChild, 0, foreignPara1.firs tChild, 0], node paras[0].firstChild
388 PASS 8,1: resulting range position for range [foreignPara1.firstChild, 0, foreig nPara1.firstChild, 0], node paras[0].firstChild 358 PASS 8,1: resulting range position for range [foreignPara1.firstChild, 0, foreig nPara1.firstChild, 0], node paras[0].firstChild
389 PASS 8,2: resulting DOM for range [foreignPara1.firstChild, 0, foreignPara1.firs tChild, 0], node paras[1].firstChild 359 PASS 8,2: resulting DOM for range [foreignPara1.firstChild, 0, foreignPara1.firs tChild, 0], node paras[1].firstChild
390 PASS 8,2: resulting range position for range [foreignPara1.firstChild, 0, foreig nPara1.firstChild, 0], node paras[1].firstChild 360 PASS 8,2: resulting range position for range [foreignPara1.firstChild, 0, foreig nPara1.firstChild, 0], node paras[1].firstChild
391 FAIL 8,3: resulting DOM for range [foreignPara1.firstChild, 0, foreignPara1.firs tChild, 0], node foreignPara1 assert_true: First differing node: expected Elemen t node <p>Mnopqrst</p>, got Text node "Efghijkl" [Actual and expected mismatch f or range's tree root. ] expected true got false 361 PASS 8,3: resulting DOM for range [foreignPara1.firstChild, 0, foreignPara1.firs tChild, 0], node foreignPara1
392 FAIL 8,3: resulting range position for range [foreignPara1.firstChild, 0, foreig nPara1.firstChild, 0], node foreignPara1 assert_true: First differing node: expe cted Element node <p>Mnopqrst</p>, got Text node "Efghijkl" [Actual and expected mismatch for range's tree root. ] expected true got false 362 PASS 8,3: resulting range position for range [foreignPara1.firstChild, 0, foreig nPara1.firstChild, 0], node foreignPara1
393 PASS 8,4: resulting DOM for range [foreignPara1.firstChild, 0, foreignPara1.firs tChild, 0], node foreignPara1.firstChild 363 PASS 8,4: resulting DOM for range [foreignPara1.firstChild, 0, foreignPara1.firs tChild, 0], node foreignPara1.firstChild
394 PASS 8,4: resulting range position for range [foreignPara1.firstChild, 0, foreig nPara1.firstChild, 0], node foreignPara1.firstChild 364 PASS 8,4: resulting range position for range [foreignPara1.firstChild, 0, foreig nPara1.firstChild, 0], node foreignPara1.firstChild
395 PASS 8,5: resulting DOM for range [foreignPara1.firstChild, 0, foreignPara1.firs tChild, 0], node detachedPara1 365 PASS 8,5: resulting DOM for range [foreignPara1.firstChild, 0, foreignPara1.firs tChild, 0], node detachedPara1
396 PASS 8,5: resulting range position for range [foreignPara1.firstChild, 0, foreig nPara1.firstChild, 0], node detachedPara1 366 PASS 8,5: resulting range position for range [foreignPara1.firstChild, 0, foreig nPara1.firstChild, 0], node detachedPara1
397 PASS 8,6: resulting DOM for range [foreignPara1.firstChild, 0, foreignPara1.firs tChild, 0], node detachedPara1.firstChild 367 PASS 8,6: resulting DOM for range [foreignPara1.firstChild, 0, foreignPara1.firs tChild, 0], node detachedPara1.firstChild
398 PASS 8,6: resulting range position for range [foreignPara1.firstChild, 0, foreig nPara1.firstChild, 0], node detachedPara1.firstChild 368 PASS 8,6: resulting range position for range [foreignPara1.firstChild, 0, foreig nPara1.firstChild, 0], node detachedPara1.firstChild
399 PASS 8,7: resulting DOM for range [foreignPara1.firstChild, 0, foreignPara1.firs tChild, 0], node document 369 PASS 8,7: resulting DOM for range [foreignPara1.firstChild, 0, foreignPara1.firs tChild, 0], node document
400 PASS 8,7: resulting range position for range [foreignPara1.firstChild, 0, foreig nPara1.firstChild, 0], node document 370 PASS 8,7: resulting range position for range [foreignPara1.firstChild, 0, foreig nPara1.firstChild, 0], node document
401 PASS 8,8: resulting DOM for range [foreignPara1.firstChild, 0, foreignPara1.firs tChild, 0], node detachedDiv 371 PASS 8,8: resulting DOM for range [foreignPara1.firstChild, 0, foreignPara1.firs tChild, 0], node detachedDiv
402 PASS 8,8: resulting range position for range [foreignPara1.firstChild, 0, foreig nPara1.firstChild, 0], node detachedDiv 372 PASS 8,8: resulting range position for range [foreignPara1.firstChild, 0, foreig nPara1.firstChild, 0], node detachedDiv
(...skipping 22 matching lines...) Expand all
425 PASS 8,20: resulting DOM for range [foreignPara1.firstChild, 0, foreignPara1.fir stChild, 0], node doctype 395 PASS 8,20: resulting DOM for range [foreignPara1.firstChild, 0, foreignPara1.fir stChild, 0], node doctype
426 PASS 8,20: resulting range position for range [foreignPara1.firstChild, 0, forei gnPara1.firstChild, 0], node doctype 396 PASS 8,20: resulting range position for range [foreignPara1.firstChild, 0, forei gnPara1.firstChild, 0], node doctype
427 PASS 8,21: resulting DOM for range [foreignPara1.firstChild, 0, foreignPara1.fir stChild, 0], node foreignDoctype 397 PASS 8,21: resulting DOM for range [foreignPara1.firstChild, 0, foreignPara1.fir stChild, 0], node foreignDoctype
428 PASS 8,21: resulting range position for range [foreignPara1.firstChild, 0, forei gnPara1.firstChild, 0], node foreignDoctype 398 PASS 8,21: resulting range position for range [foreignPara1.firstChild, 0, forei gnPara1.firstChild, 0], node foreignDoctype
429 PASS 9,0: resulting DOM for range [foreignPara1.firstChild, 2, foreignPara1.firs tChild, 8], node paras[0] 399 PASS 9,0: resulting DOM for range [foreignPara1.firstChild, 2, foreignPara1.firs tChild, 8], node paras[0]
430 PASS 9,0: resulting range position for range [foreignPara1.firstChild, 2, foreig nPara1.firstChild, 8], node paras[0] 400 PASS 9,0: resulting range position for range [foreignPara1.firstChild, 2, foreig nPara1.firstChild, 8], node paras[0]
431 PASS 9,1: resulting DOM for range [foreignPara1.firstChild, 2, foreignPara1.firs tChild, 8], node paras[0].firstChild 401 PASS 9,1: resulting DOM for range [foreignPara1.firstChild, 2, foreignPara1.firs tChild, 8], node paras[0].firstChild
432 PASS 9,1: resulting range position for range [foreignPara1.firstChild, 2, foreig nPara1.firstChild, 8], node paras[0].firstChild 402 PASS 9,1: resulting range position for range [foreignPara1.firstChild, 2, foreig nPara1.firstChild, 8], node paras[0].firstChild
433 PASS 9,2: resulting DOM for range [foreignPara1.firstChild, 2, foreignPara1.firs tChild, 8], node paras[1].firstChild 403 PASS 9,2: resulting DOM for range [foreignPara1.firstChild, 2, foreignPara1.firs tChild, 8], node paras[1].firstChild
434 PASS 9,2: resulting range position for range [foreignPara1.firstChild, 2, foreig nPara1.firstChild, 8], node paras[1].firstChild 404 PASS 9,2: resulting range position for range [foreignPara1.firstChild, 2, foreig nPara1.firstChild, 8], node paras[1].firstChild
435 FAIL 9,3: resulting DOM for range [foreignPara1.firstChild, 2, foreignPara1.firs tChild, 8], node foreignPara1 assert_true: First differing node: expected Elemen t node <p>Mnopqrst</p>, got Text node "Efghijkl" [Actual and expected mismatch f or range's tree root. ] expected true got false 405 PASS 9,3: resulting DOM for range [foreignPara1.firstChild, 2, foreignPara1.firs tChild, 8], node foreignPara1
436 FAIL 9,3: resulting range position for range [foreignPara1.firstChild, 2, foreig nPara1.firstChild, 8], node foreignPara1 assert_true: First differing node: expe cted Element node <p>Mnopqrst</p>, got Text node "Efghijkl" [Actual and expected mismatch for range's tree root. ] expected true got false 406 PASS 9,3: resulting range position for range [foreignPara1.firstChild, 2, foreig nPara1.firstChild, 8], node foreignPara1
437 FAIL 9,4: resulting DOM for range [foreignPara1.firstChild, 2, foreignPara1.firs tChild, 8], node foreignPara1.firstChild assert_true: First differing node: expe cted Text node "Ef", got Text node "Efghijkl" [Actual and expected mismatch for range's tree root. ] expected true got false 407 PASS 9,4: resulting DOM for range [foreignPara1.firstChild, 2, foreignPara1.firs tChild, 8], node foreignPara1.firstChild
438 FAIL 9,4: resulting range position for range [foreignPara1.firstChild, 2, foreig nPara1.firstChild, 8], node foreignPara1.firstChild assert_true: First differing node: expected Text node "Ef", got Text node "Efghijkl" [Actual and expected mi smatch for range's tree root. ] expected true got false 408 PASS 9,4: resulting range position for range [foreignPara1.firstChild, 2, foreig nPara1.firstChild, 8], node foreignPara1.firstChild
439 PASS 9,5: resulting DOM for range [foreignPara1.firstChild, 2, foreignPara1.firs tChild, 8], node detachedPara1 409 PASS 9,5: resulting DOM for range [foreignPara1.firstChild, 2, foreignPara1.firs tChild, 8], node detachedPara1
440 PASS 9,5: resulting range position for range [foreignPara1.firstChild, 2, foreig nPara1.firstChild, 8], node detachedPara1 410 PASS 9,5: resulting range position for range [foreignPara1.firstChild, 2, foreig nPara1.firstChild, 8], node detachedPara1
441 PASS 9,6: resulting DOM for range [foreignPara1.firstChild, 2, foreignPara1.firs tChild, 8], node detachedPara1.firstChild 411 PASS 9,6: resulting DOM for range [foreignPara1.firstChild, 2, foreignPara1.firs tChild, 8], node detachedPara1.firstChild
442 PASS 9,6: resulting range position for range [foreignPara1.firstChild, 2, foreig nPara1.firstChild, 8], node detachedPara1.firstChild 412 PASS 9,6: resulting range position for range [foreignPara1.firstChild, 2, foreig nPara1.firstChild, 8], node detachedPara1.firstChild
443 PASS 9,7: resulting DOM for range [foreignPara1.firstChild, 2, foreignPara1.firs tChild, 8], node document 413 PASS 9,7: resulting DOM for range [foreignPara1.firstChild, 2, foreignPara1.firs tChild, 8], node document
444 PASS 9,7: resulting range position for range [foreignPara1.firstChild, 2, foreig nPara1.firstChild, 8], node document 414 PASS 9,7: resulting range position for range [foreignPara1.firstChild, 2, foreig nPara1.firstChild, 8], node document
445 PASS 9,8: resulting DOM for range [foreignPara1.firstChild, 2, foreignPara1.firs tChild, 8], node detachedDiv 415 PASS 9,8: resulting DOM for range [foreignPara1.firstChild, 2, foreignPara1.firs tChild, 8], node detachedDiv
446 PASS 9,8: resulting range position for range [foreignPara1.firstChild, 2, foreig nPara1.firstChild, 8], node detachedDiv 416 PASS 9,8: resulting range position for range [foreignPara1.firstChild, 2, foreig nPara1.firstChild, 8], node detachedDiv
447 PASS 9,9: resulting DOM for range [foreignPara1.firstChild, 2, foreignPara1.firs tChild, 8], node foreignDoc 417 PASS 9,9: resulting DOM for range [foreignPara1.firstChild, 2, foreignPara1.firs tChild, 8], node foreignDoc
448 PASS 9,9: resulting range position for range [foreignPara1.firstChild, 2, foreig nPara1.firstChild, 8], node foreignDoc 418 PASS 9,9: resulting range position for range [foreignPara1.firstChild, 2, foreig nPara1.firstChild, 8], node foreignDoc
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
727 PASS 15,17: resulting DOM for range [foreignDoc.documentElement, 0, foreignDoc.d ocumentElement, 1], node comment 697 PASS 15,17: resulting DOM for range [foreignDoc.documentElement, 0, foreignDoc.d ocumentElement, 1], node comment
728 PASS 15,17: resulting range position for range [foreignDoc.documentElement, 0, f oreignDoc.documentElement, 1], node comment 698 PASS 15,17: resulting range position for range [foreignDoc.documentElement, 0, f oreignDoc.documentElement, 1], node comment
729 PASS 15,18: resulting DOM for range [foreignDoc.documentElement, 0, foreignDoc.d ocumentElement, 1], node detachedComment 699 PASS 15,18: resulting DOM for range [foreignDoc.documentElement, 0, foreignDoc.d ocumentElement, 1], node detachedComment
730 PASS 15,18: resulting range position for range [foreignDoc.documentElement, 0, f oreignDoc.documentElement, 1], node detachedComment 700 PASS 15,18: resulting range position for range [foreignDoc.documentElement, 0, f oreignDoc.documentElement, 1], node detachedComment
731 PASS 15,19: resulting DOM for range [foreignDoc.documentElement, 0, foreignDoc.d ocumentElement, 1], node docfrag 701 PASS 15,19: resulting DOM for range [foreignDoc.documentElement, 0, foreignDoc.d ocumentElement, 1], node docfrag
732 PASS 15,19: resulting range position for range [foreignDoc.documentElement, 0, f oreignDoc.documentElement, 1], node docfrag 702 PASS 15,19: resulting range position for range [foreignDoc.documentElement, 0, f oreignDoc.documentElement, 1], node docfrag
733 PASS 15,20: resulting DOM for range [foreignDoc.documentElement, 0, foreignDoc.d ocumentElement, 1], node doctype 703 PASS 15,20: resulting DOM for range [foreignDoc.documentElement, 0, foreignDoc.d ocumentElement, 1], node doctype
734 PASS 15,20: resulting range position for range [foreignDoc.documentElement, 0, f oreignDoc.documentElement, 1], node doctype 704 PASS 15,20: resulting range position for range [foreignDoc.documentElement, 0, f oreignDoc.documentElement, 1], node doctype
735 PASS 15,21: resulting DOM for range [foreignDoc.documentElement, 0, foreignDoc.d ocumentElement, 1], node foreignDoctype 705 PASS 15,21: resulting DOM for range [foreignDoc.documentElement, 0, foreignDoc.d ocumentElement, 1], node foreignDoctype
736 PASS 15,21: resulting range position for range [foreignDoc.documentElement, 0, f oreignDoc.documentElement, 1], node foreignDoctype 706 PASS 15,21: resulting range position for range [foreignDoc.documentElement, 0, f oreignDoc.documentElement, 1], node foreignDoctype
737 FAIL 16,0: resulting DOM for range [paras[0], 0, paras[0], 1], node paras[0] ass ert_true: First differing node: expected Element node <p id="b" style="display:n one">Ijklmnop 707 PASS 16,0: resulting DOM for range [paras[0], 0, paras[0], 1], node paras[0]
738 </p>, got Text node "Äb̈c̈d̈ëf̈g̈ḧ 708 PASS 16,0: resulting range position for range [paras[0], 0, paras[0], 1], node p aras[0]
739 " [Actual and expected mismatch for range's tree root. ] expected true got fals e
740 FAIL 16,0: resulting range position for range [paras[0], 0, paras[0], 1], node p aras[0] assert_true: First differing node: expected Element node <p id="b" style ="display:none">Ijklmnop
741 </p>, got Text node "Äb̈c̈d̈ëf̈g̈ḧ
742 " [Actual and expected mismatch for range's tree root. ] expected true got fals e
743 PASS 16,1: resulting DOM for range [paras[0], 0, paras[0], 1], node paras[0].fir stChild 709 PASS 16,1: resulting DOM for range [paras[0], 0, paras[0], 1], node paras[0].fir stChild
744 PASS 16,1: resulting range position for range [paras[0], 0, paras[0], 1], node p aras[0].firstChild 710 PASS 16,1: resulting range position for range [paras[0], 0, paras[0], 1], node p aras[0].firstChild
745 PASS 16,2: resulting DOM for range [paras[0], 0, paras[0], 1], node paras[1].fir stChild 711 PASS 16,2: resulting DOM for range [paras[0], 0, paras[0], 1], node paras[1].fir stChild
746 PASS 16,2: resulting range position for range [paras[0], 0, paras[0], 1], node p aras[1].firstChild 712 PASS 16,2: resulting range position for range [paras[0], 0, paras[0], 1], node p aras[1].firstChild
747 PASS 16,3: resulting DOM for range [paras[0], 0, paras[0], 1], node foreignPara1 713 PASS 16,3: resulting DOM for range [paras[0], 0, paras[0], 1], node foreignPara1
748 PASS 16,3: resulting range position for range [paras[0], 0, paras[0], 1], node f oreignPara1 714 PASS 16,3: resulting range position for range [paras[0], 0, paras[0], 1], node f oreignPara1
749 PASS 16,4: resulting DOM for range [paras[0], 0, paras[0], 1], node foreignPara1 .firstChild 715 PASS 16,4: resulting DOM for range [paras[0], 0, paras[0], 1], node foreignPara1 .firstChild
750 PASS 16,4: resulting range position for range [paras[0], 0, paras[0], 1], node f oreignPara1.firstChild 716 PASS 16,4: resulting range position for range [paras[0], 0, paras[0], 1], node f oreignPara1.firstChild
751 PASS 16,5: resulting DOM for range [paras[0], 0, paras[0], 1], node detachedPara 1 717 PASS 16,5: resulting DOM for range [paras[0], 0, paras[0], 1], node detachedPara 1
752 PASS 16,5: resulting range position for range [paras[0], 0, paras[0], 1], node d etachedPara1 718 PASS 16,5: resulting range position for range [paras[0], 0, paras[0], 1], node d etachedPara1
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 PASS 17,0: resulting DOM for range [detachedPara1, 0, detachedPara1, 1], node pa ras[0] 751 PASS 17,0: resulting DOM for range [detachedPara1, 0, detachedPara1, 1], node pa ras[0]
786 PASS 17,0: resulting range position for range [detachedPara1, 0, detachedPara1, 1], node paras[0] 752 PASS 17,0: resulting range position for range [detachedPara1, 0, detachedPara1, 1], node paras[0]
787 PASS 17,1: resulting DOM for range [detachedPara1, 0, detachedPara1, 1], node pa ras[0].firstChild 753 PASS 17,1: resulting DOM for range [detachedPara1, 0, detachedPara1, 1], node pa ras[0].firstChild
788 PASS 17,1: resulting range position for range [detachedPara1, 0, detachedPara1, 1], node paras[0].firstChild 754 PASS 17,1: resulting range position for range [detachedPara1, 0, detachedPara1, 1], node paras[0].firstChild
789 PASS 17,2: resulting DOM for range [detachedPara1, 0, detachedPara1, 1], node pa ras[1].firstChild 755 PASS 17,2: resulting DOM for range [detachedPara1, 0, detachedPara1, 1], node pa ras[1].firstChild
790 PASS 17,2: resulting range position for range [detachedPara1, 0, detachedPara1, 1], node paras[1].firstChild 756 PASS 17,2: resulting range position for range [detachedPara1, 0, detachedPara1, 1], node paras[1].firstChild
791 PASS 17,3: resulting DOM for range [detachedPara1, 0, detachedPara1, 1], node fo reignPara1 757 PASS 17,3: resulting DOM for range [detachedPara1, 0, detachedPara1, 1], node fo reignPara1
792 PASS 17,3: resulting range position for range [detachedPara1, 0, detachedPara1, 1], node foreignPara1 758 PASS 17,3: resulting range position for range [detachedPara1, 0, detachedPara1, 1], node foreignPara1
793 PASS 17,4: resulting DOM for range [detachedPara1, 0, detachedPara1, 1], node fo reignPara1.firstChild 759 PASS 17,4: resulting DOM for range [detachedPara1, 0, detachedPara1, 1], node fo reignPara1.firstChild
794 PASS 17,4: resulting range position for range [detachedPara1, 0, detachedPara1, 1], node foreignPara1.firstChild 760 PASS 17,4: resulting range position for range [detachedPara1, 0, detachedPara1, 1], node foreignPara1.firstChild
795 FAIL 17,5: resulting DOM for range [detachedPara1, 0, detachedPara1, 1], node de tachedPara1 assert_true: First differing node: expected Element node <p>Wxyzabcd </p>, got Text node "Opqrstuv" [Actual and expected mismatch for range's tree ro ot. ] expected true got false 761 PASS 17,5: resulting DOM for range [detachedPara1, 0, detachedPara1, 1], node de tachedPara1
796 FAIL 17,5: resulting range position for range [detachedPara1, 0, detachedPara1, 1], node detachedPara1 assert_true: First differing node: expected Element node <p>Wxyzabcd</p>, got Text node "Opqrstuv" [Actual and expected mismatch for rang e's tree root. ] expected true got false 762 PASS 17,5: resulting range position for range [detachedPara1, 0, detachedPara1, 1], node detachedPara1
797 PASS 17,6: resulting DOM for range [detachedPara1, 0, detachedPara1, 1], node de tachedPara1.firstChild 763 PASS 17,6: resulting DOM for range [detachedPara1, 0, detachedPara1, 1], node de tachedPara1.firstChild
798 PASS 17,6: resulting range position for range [detachedPara1, 0, detachedPara1, 1], node detachedPara1.firstChild 764 PASS 17,6: resulting range position for range [detachedPara1, 0, detachedPara1, 1], node detachedPara1.firstChild
799 PASS 17,7: resulting DOM for range [detachedPara1, 0, detachedPara1, 1], node do cument 765 PASS 17,7: resulting DOM for range [detachedPara1, 0, detachedPara1, 1], node do cument
800 PASS 17,7: resulting range position for range [detachedPara1, 0, detachedPara1, 1], node document 766 PASS 17,7: resulting range position for range [detachedPara1, 0, detachedPara1, 1], node document
801 FAIL 17,8: resulting DOM for range [detachedPara1, 0, detachedPara1, 1], node de tachedDiv assert_unreached: DOMs were not equal but we couldn't figure out why R eached unreachable code 767 PASS 17,8: resulting DOM for range [detachedPara1, 0, detachedPara1, 1], node de tachedDiv
802 FAIL 17,8: resulting range position for range [detachedPara1, 0, detachedPara1, 1], node detachedDiv assert_unreached: DOMs were not equal but we couldn't figur e out why Reached unreachable code 768 PASS 17,8: resulting range position for range [detachedPara1, 0, detachedPara1, 1], node detachedDiv
803 PASS 17,9: resulting DOM for range [detachedPara1, 0, detachedPara1, 1], node fo reignDoc 769 PASS 17,9: resulting DOM for range [detachedPara1, 0, detachedPara1, 1], node fo reignDoc
804 PASS 17,9: resulting range position for range [detachedPara1, 0, detachedPara1, 1], node foreignDoc 770 PASS 17,9: resulting range position for range [detachedPara1, 0, detachedPara1, 1], node foreignDoc
805 PASS 17,10: resulting DOM for range [detachedPara1, 0, detachedPara1, 1], node f oreignPara2 771 PASS 17,10: resulting DOM for range [detachedPara1, 0, detachedPara1, 1], node f oreignPara2
806 PASS 17,10: resulting range position for range [detachedPara1, 0, detachedPara1, 1], node foreignPara2 772 PASS 17,10: resulting range position for range [detachedPara1, 0, detachedPara1, 1], node foreignPara2
807 PASS 17,11: resulting DOM for range [detachedPara1, 0, detachedPara1, 1], node x mlDoc 773 PASS 17,11: resulting DOM for range [detachedPara1, 0, detachedPara1, 1], node x mlDoc
808 PASS 17,11: resulting range position for range [detachedPara1, 0, detachedPara1, 1], node xmlDoc 774 PASS 17,11: resulting range position for range [detachedPara1, 0, detachedPara1, 1], node xmlDoc
809 PASS 17,12: resulting DOM for range [detachedPara1, 0, detachedPara1, 1], node x mlElement 775 PASS 17,12: resulting DOM for range [detachedPara1, 0, detachedPara1, 1], node x mlElement
810 PASS 17,12: resulting range position for range [detachedPara1, 0, detachedPara1, 1], node xmlElement 776 PASS 17,12: resulting range position for range [detachedPara1, 0, detachedPara1, 1], node xmlElement
811 PASS 17,13: resulting DOM for range [detachedPara1, 0, detachedPara1, 1], node d etachedTextNode 777 PASS 17,13: resulting DOM for range [detachedPara1, 0, detachedPara1, 1], node d etachedTextNode
812 PASS 17,13: resulting range position for range [detachedPara1, 0, detachedPara1, 1], node detachedTextNode 778 PASS 17,13: resulting range position for range [detachedPara1, 0, detachedPara1, 1], node detachedTextNode
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
951 PASS 20,17: resulting DOM for range [paras[0].firstChild, 3, paras[3], 1], node comment 917 PASS 20,17: resulting DOM for range [paras[0].firstChild, 3, paras[3], 1], node comment
952 PASS 20,17: resulting range position for range [paras[0].firstChild, 3, paras[3] , 1], node comment 918 PASS 20,17: resulting range position for range [paras[0].firstChild, 3, paras[3] , 1], node comment
953 PASS 20,18: resulting DOM for range [paras[0].firstChild, 3, paras[3], 1], node detachedComment 919 PASS 20,18: resulting DOM for range [paras[0].firstChild, 3, paras[3], 1], node detachedComment
954 PASS 20,18: resulting range position for range [paras[0].firstChild, 3, paras[3] , 1], node detachedComment 920 PASS 20,18: resulting range position for range [paras[0].firstChild, 3, paras[3] , 1], node detachedComment
955 PASS 20,19: resulting DOM for range [paras[0].firstChild, 3, paras[3], 1], node docfrag 921 PASS 20,19: resulting DOM for range [paras[0].firstChild, 3, paras[3], 1], node docfrag
956 PASS 20,19: resulting range position for range [paras[0].firstChild, 3, paras[3] , 1], node docfrag 922 PASS 20,19: resulting range position for range [paras[0].firstChild, 3, paras[3] , 1], node docfrag
957 PASS 20,20: resulting DOM for range [paras[0].firstChild, 3, paras[3], 1], node doctype 923 PASS 20,20: resulting DOM for range [paras[0].firstChild, 3, paras[3], 1], node doctype
958 PASS 20,20: resulting range position for range [paras[0].firstChild, 3, paras[3] , 1], node doctype 924 PASS 20,20: resulting range position for range [paras[0].firstChild, 3, paras[3] , 1], node doctype
959 PASS 20,21: resulting DOM for range [paras[0].firstChild, 3, paras[3], 1], node foreignDoctype 925 PASS 20,21: resulting DOM for range [paras[0].firstChild, 3, paras[3], 1], node foreignDoctype
960 PASS 20,21: resulting range position for range [paras[0].firstChild, 3, paras[3] , 1], node foreignDoctype 926 PASS 20,21: resulting range position for range [paras[0].firstChild, 3, paras[3] , 1], node foreignDoctype
961 FAIL 21,0: resulting DOM for range [paras[0], 0, paras[0].firstChild, 7], node p aras[0] assert_true: First differing node: expected Element node <p id="b" style ="display:none">Ijklmnop 927 PASS 21,0: resulting DOM for range [paras[0], 0, paras[0].firstChild, 7], node p aras[0]
962 </p>, got Text node "Äb̈c̈d̈ëf̈g̈ḧ 928 PASS 21,0: resulting range position for range [paras[0], 0, paras[0].firstChild, 7], node paras[0]
963 " [Actual and expected mismatch for range's tree root. ] expected true got fals e
964 FAIL 21,0: resulting range position for range [paras[0], 0, paras[0].firstChild, 7], node paras[0] assert_true: First differing node: expected Element node <p i d="b" style="display:none">Ijklmnop
965 </p>, got Text node "Äb̈c̈d̈ëf̈g̈ḧ
966 " [Actual and expected mismatch for range's tree root. ] expected true got fals e
967 PASS 21,1: resulting DOM for range [paras[0], 0, paras[0].firstChild, 7], node p aras[0].firstChild 929 PASS 21,1: resulting DOM for range [paras[0], 0, paras[0].firstChild, 7], node p aras[0].firstChild
968 PASS 21,1: resulting range position for range [paras[0], 0, paras[0].firstChild, 7], node paras[0].firstChild 930 PASS 21,1: resulting range position for range [paras[0], 0, paras[0].firstChild, 7], node paras[0].firstChild
969 PASS 21,2: resulting DOM for range [paras[0], 0, paras[0].firstChild, 7], node p aras[1].firstChild 931 PASS 21,2: resulting DOM for range [paras[0], 0, paras[0].firstChild, 7], node p aras[1].firstChild
970 PASS 21,2: resulting range position for range [paras[0], 0, paras[0].firstChild, 7], node paras[1].firstChild 932 PASS 21,2: resulting range position for range [paras[0], 0, paras[0].firstChild, 7], node paras[1].firstChild
971 PASS 21,3: resulting DOM for range [paras[0], 0, paras[0].firstChild, 7], node f oreignPara1 933 PASS 21,3: resulting DOM for range [paras[0], 0, paras[0].firstChild, 7], node f oreignPara1
972 PASS 21,3: resulting range position for range [paras[0], 0, paras[0].firstChild, 7], node foreignPara1 934 PASS 21,3: resulting range position for range [paras[0], 0, paras[0].firstChild, 7], node foreignPara1
973 PASS 21,4: resulting DOM for range [paras[0], 0, paras[0].firstChild, 7], node f oreignPara1.firstChild 935 PASS 21,4: resulting DOM for range [paras[0], 0, paras[0].firstChild, 7], node f oreignPara1.firstChild
974 PASS 21,4: resulting range position for range [paras[0], 0, paras[0].firstChild, 7], node foreignPara1.firstChild 936 PASS 21,4: resulting range position for range [paras[0], 0, paras[0].firstChild, 7], node foreignPara1.firstChild
975 PASS 21,5: resulting DOM for range [paras[0], 0, paras[0].firstChild, 7], node d etachedPara1 937 PASS 21,5: resulting DOM for range [paras[0], 0, paras[0].firstChild, 7], node d etachedPara1
976 PASS 21,5: resulting range position for range [paras[0], 0, paras[0].firstChild, 7], node detachedPara1 938 PASS 21,5: resulting range position for range [paras[0], 0, paras[0].firstChild, 7], node detachedPara1
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
1165 PASS 25,12: resulting DOM for range [comment, 2, comment, 3], node xmlElement 1127 PASS 25,12: resulting DOM for range [comment, 2, comment, 3], node xmlElement
1166 PASS 25,12: resulting range position for range [comment, 2, comment, 3], node xm lElement 1128 PASS 25,12: resulting range position for range [comment, 2, comment, 3], node xm lElement
1167 PASS 25,13: resulting DOM for range [comment, 2, comment, 3], node detachedTextN ode 1129 PASS 25,13: resulting DOM for range [comment, 2, comment, 3], node detachedTextN ode
1168 PASS 25,13: resulting range position for range [comment, 2, comment, 3], node de tachedTextNode 1130 PASS 25,13: resulting range position for range [comment, 2, comment, 3], node de tachedTextNode
1169 PASS 25,14: resulting DOM for range [comment, 2, comment, 3], node foreignTextNo de 1131 PASS 25,14: resulting DOM for range [comment, 2, comment, 3], node foreignTextNo de
1170 PASS 25,14: resulting range position for range [comment, 2, comment, 3], node fo reignTextNode 1132 PASS 25,14: resulting range position for range [comment, 2, comment, 3], node fo reignTextNode
1171 PASS 25,15: resulting DOM for range [comment, 2, comment, 3], node processingIns truction 1133 PASS 25,15: resulting DOM for range [comment, 2, comment, 3], node processingIns truction
1172 PASS 25,15: resulting range position for range [comment, 2, comment, 3], node pr ocessingInstruction 1134 PASS 25,15: resulting range position for range [comment, 2, comment, 3], node pr ocessingInstruction
1173 PASS 25,16: resulting DOM for range [comment, 2, comment, 3], node detachedProce ssingInstruction 1135 PASS 25,16: resulting DOM for range [comment, 2, comment, 3], node detachedProce ssingInstruction
1174 PASS 25,16: resulting range position for range [comment, 2, comment, 3], node de tachedProcessingInstruction 1136 PASS 25,16: resulting range position for range [comment, 2, comment, 3], node de tachedProcessingInstruction
1175 FAIL 25,17: resulting DOM for range [comment, 2, comment, 3], node comment asser t_true: First differing node: expected Comment node <!--Alhabet soup?-->, got Co mment node <!--Alphabet soup?--> [Actual and expected mismatch for range's tree root. ] expected true got false 1137 PASS 25,17: resulting DOM for range [comment, 2, comment, 3], node comment
1176 FAIL 25,17: resulting range position for range [comment, 2, comment, 3], node co mment assert_true: First differing node: expected Comment node <!--Alhabet soup? -->, got Comment node <!--Alphabet soup?--> [Actual and expected mismatch for ra nge's tree root. ] expected true got false 1138 PASS 25,17: resulting range position for range [comment, 2, comment, 3], node co mment
1177 PASS 25,18: resulting DOM for range [comment, 2, comment, 3], node detachedComme nt 1139 PASS 25,18: resulting DOM for range [comment, 2, comment, 3], node detachedComme nt
1178 PASS 25,18: resulting range position for range [comment, 2, comment, 3], node de tachedComment 1140 PASS 25,18: resulting range position for range [comment, 2, comment, 3], node de tachedComment
1179 PASS 25,19: resulting DOM for range [comment, 2, comment, 3], node docfrag 1141 PASS 25,19: resulting DOM for range [comment, 2, comment, 3], node docfrag
1180 PASS 25,19: resulting range position for range [comment, 2, comment, 3], node do cfrag 1142 PASS 25,19: resulting range position for range [comment, 2, comment, 3], node do cfrag
1181 PASS 25,20: resulting DOM for range [comment, 2, comment, 3], node doctype 1143 PASS 25,20: resulting DOM for range [comment, 2, comment, 3], node doctype
1182 PASS 25,20: resulting range position for range [comment, 2, comment, 3], node do ctype 1144 PASS 25,20: resulting range position for range [comment, 2, comment, 3], node do ctype
1183 PASS 25,21: resulting DOM for range [comment, 2, comment, 3], node foreignDoctyp e 1145 PASS 25,21: resulting DOM for range [comment, 2, comment, 3], node foreignDoctyp e
1184 PASS 25,21: resulting range position for range [comment, 2, comment, 3], node fo reignDoctype 1146 PASS 25,21: resulting range position for range [comment, 2, comment, 3], node fo reignDoctype
1185 PASS 26,0: resulting DOM for range [testDiv, 0, comment, 5], node paras[0] 1147 PASS 26,0: resulting DOM for range [testDiv, 0, comment, 5], node paras[0]
1186 PASS 26,0: resulting range position for range [testDiv, 0, comment, 5], node par as[0] 1148 PASS 26,0: resulting range position for range [testDiv, 0, comment, 5], node par as[0]
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
1689 FAIL 37,10: resulting DOM for range [processingInstruction, 0, processingInstruc tion, 4], node foreignPara2 assert_true: First differing node: expected Processi ngInstruction node with target "somePI" and data "you know that \":syn sync from start\" is very useful when u...", got ProcessingInstruction node with target "s omePI" and data "Did you know that \":syn sync fromstart\" is very useful wh..." [Actual and expected mismatch for range's tree root. ] expected true got false 1651 FAIL 37,10: resulting DOM for range [processingInstruction, 0, processingInstruc tion, 4], node foreignPara2 assert_true: First differing node: expected Processi ngInstruction node with target "somePI" and data "you know that \":syn sync from start\" is very useful when u...", got ProcessingInstruction node with target "s omePI" and data "Did you know that \":syn sync fromstart\" is very useful wh..." [Actual and expected mismatch for range's tree root. ] expected true got false
1690 FAIL 37,10: resulting range position for range [processingInstruction, 0, proces singInstruction, 4], node foreignPara2 assert_true: First differing node: expect ed ProcessingInstruction node with target "somePI" and data "you know that \":sy n sync fromstart\" is very useful when u...", got ProcessingInstruction node wit h target "somePI" and data "Did you know that \":syn sync fromstart\" is very us eful wh..." [Actual and expected mismatch for range's tree root. ] expected tru e got false 1652 FAIL 37,10: resulting range position for range [processingInstruction, 0, proces singInstruction, 4], node foreignPara2 assert_true: First differing node: expect ed ProcessingInstruction node with target "somePI" and data "you know that \":sy n sync fromstart\" is very useful when u...", got ProcessingInstruction node wit h target "somePI" and data "Did you know that \":syn sync fromstart\" is very us eful wh..." [Actual and expected mismatch for range's tree root. ] expected tru e got false
1691 PASS 37,11: resulting DOM for range [processingInstruction, 0, processingInstruc tion, 4], node xmlDoc 1653 PASS 37,11: resulting DOM for range [processingInstruction, 0, processingInstruc tion, 4], node xmlDoc
1692 PASS 37,11: resulting range position for range [processingInstruction, 0, proces singInstruction, 4], node xmlDoc 1654 PASS 37,11: resulting range position for range [processingInstruction, 0, proces singInstruction, 4], node xmlDoc
1693 FAIL 37,12: resulting DOM for range [processingInstruction, 0, processingInstruc tion, 4], node xmlElement assert_true: First differing node: expected Processing Instruction node with target "somePI" and data "you know that \":syn sync fromst art\" is very useful when u...", got Text node "do re mi fa so la ti" [Actual an d expected mismatch for range's tree root. ] expected true got false 1655 FAIL 37,12: resulting DOM for range [processingInstruction, 0, processingInstruc tion, 4], node xmlElement assert_true: First differing node: expected Processing Instruction node with target "somePI" and data "you know that \":syn sync fromst art\" is very useful when u...", got Text node "do re mi fa so la ti" [Actual an d expected mismatch for range's tree root. ] expected true got false
1694 FAIL 37,12: resulting range position for range [processingInstruction, 0, proces singInstruction, 4], node xmlElement assert_true: First differing node: expected ProcessingInstruction node with target "somePI" and data "you know that \":syn sync fromstart\" is very useful when u...", got Text node "do re mi fa so la ti" [Actual and expected mismatch for range's tree root. ] expected true got false 1656 FAIL 37,12: resulting range position for range [processingInstruction, 0, proces singInstruction, 4], node xmlElement assert_true: First differing node: expected ProcessingInstruction node with target "somePI" and data "you know that \":syn sync fromstart\" is very useful when u...", got Text node "do re mi fa so la ti" [Actual and expected mismatch for range's tree root. ] expected true got false
1695 FAIL 37,13: resulting DOM for range [processingInstruction, 0, processingInstruc tion, 4], node detachedTextNode assert_true: First differing node: expected Proc essingInstruction node with target "somePI" and data "you know that \":syn sync fromstart\" is very useful when u...", got ProcessingInstruction node with targe t "somePI" and data "Did you know that \":syn sync fromstart\" is very useful wh ..." [Actual and expected mismatch for range's tree root. ] expected true got f alse 1657 FAIL 37,13: resulting DOM for range [processingInstruction, 0, processingInstruc tion, 4], node detachedTextNode assert_true: First differing node: expected Proc essingInstruction node with target "somePI" and data "you know that \":syn sync fromstart\" is very useful when u...", got ProcessingInstruction node with targe t "somePI" and data "Did you know that \":syn sync fromstart\" is very useful wh ..." [Actual and expected mismatch for range's tree root. ] expected true got f alse
1696 FAIL 37,13: resulting range position for range [processingInstruction, 0, proces singInstruction, 4], node detachedTextNode assert_true: First differing node: ex pected ProcessingInstruction node with target "somePI" and data "you know that \ ":syn sync fromstart\" is very useful when u...", got ProcessingInstruction node with target "somePI" and data "Did you know that \":syn sync fromstart\" is ver y useful wh..." [Actual and expected mismatch for range's tree root. ] expected true got false 1658 FAIL 37,13: resulting range position for range [processingInstruction, 0, proces singInstruction, 4], node detachedTextNode assert_true: First differing node: ex pected ProcessingInstruction node with target "somePI" and data "you know that \ ":syn sync fromstart\" is very useful when u...", got ProcessingInstruction node with target "somePI" and data "Did you know that \":syn sync fromstart\" is ver y useful wh..." [Actual and expected mismatch for range's tree root. ] expected true got false
1697 FAIL 37,14: resulting DOM for range [processingInstruction, 0, processingInstruc tion, 4], node foreignTextNode assert_true: First differing node: expected Proce ssingInstruction node with target "somePI" and data "you know that \":syn sync f romstart\" is very useful when u...", got ProcessingInstruction node with target "somePI" and data "Did you know that \":syn sync fromstart\" is very useful wh. .." [Actual and expected mismatch for range's tree root. ] expected true got fa lse 1659 FAIL 37,14: resulting DOM for range [processingInstruction, 0, processingInstruc tion, 4], node foreignTextNode assert_true: First differing node: expected Proce ssingInstruction node with target "somePI" and data "you know that \":syn sync f romstart\" is very useful when u...", got ProcessingInstruction node with target "somePI" and data "Did you know that \":syn sync fromstart\" is very useful wh. .." [Actual and expected mismatch for range's tree root. ] expected true got fa lse
1698 FAIL 37,14: resulting range position for range [processingInstruction, 0, proces singInstruction, 4], node foreignTextNode assert_true: First differing node: exp ected ProcessingInstruction node with target "somePI" and data "you know that \" :syn sync fromstart\" is very useful when u...", got ProcessingInstruction node with target "somePI" and data "Did you know that \":syn sync fromstart\" is very useful wh..." [Actual and expected mismatch for range's tree root. ] expected true got false 1660 FAIL 37,14: resulting range position for range [processingInstruction, 0, proces singInstruction, 4], node foreignTextNode assert_true: First differing node: exp ected ProcessingInstruction node with target "somePI" and data "you know that \" :syn sync fromstart\" is very useful when u...", got ProcessingInstruction node with target "somePI" and data "Did you know that \":syn sync fromstart\" is very useful wh..." [Actual and expected mismatch for range's tree root. ] expected true got false
1699 FAIL 37,15: resulting DOM for range [processingInstruction, 0, processingInstruc tion, 4], node processingInstruction assert_true: First differing node: expected ProcessingInstruction node with target "somePI" and data "you know that \":syn sync fromstart\" is very useful when u...", got ProcessingInstruction node with target "somePI" and data "Did you know that \":syn sync fromstart\" is very usef ul wh..." [Actual and expected mismatch for range's tree root. ] expected true got false 1661 PASS 37,15: resulting DOM for range [processingInstruction, 0, processingInstruc tion, 4], node processingInstruction
1700 FAIL 37,15: resulting range position for range [processingInstruction, 0, proces singInstruction, 4], node processingInstruction assert_true: First differing nod e: expected ProcessingInstruction node with target "somePI" and data "you know t hat \":syn sync fromstart\" is very useful when u...", got ProcessingInstruction node with target "somePI" and data "Did you know that \":syn sync fromstart\" i s very useful wh..." [Actual and expected mismatch for range's tree root. ] exp ected true got false 1662 PASS 37,15: resulting range position for range [processingInstruction, 0, proces singInstruction, 4], node processingInstruction
1701 PASS 37,16: resulting DOM for range [processingInstruction, 0, processingInstruc tion, 4], node detachedProcessingInstruction 1663 PASS 37,16: resulting DOM for range [processingInstruction, 0, processingInstruc tion, 4], node detachedProcessingInstruction
1702 PASS 37,16: resulting range position for range [processingInstruction, 0, proces singInstruction, 4], node detachedProcessingInstruction 1664 PASS 37,16: resulting range position for range [processingInstruction, 0, proces singInstruction, 4], node detachedProcessingInstruction
1703 PASS 37,17: resulting DOM for range [processingInstruction, 0, processingInstruc tion, 4], node comment 1665 PASS 37,17: resulting DOM for range [processingInstruction, 0, processingInstruc tion, 4], node comment
1704 PASS 37,17: resulting range position for range [processingInstruction, 0, proces singInstruction, 4], node comment 1666 PASS 37,17: resulting range position for range [processingInstruction, 0, proces singInstruction, 4], node comment
1705 PASS 37,18: resulting DOM for range [processingInstruction, 0, processingInstruc tion, 4], node detachedComment 1667 PASS 37,18: resulting DOM for range [processingInstruction, 0, processingInstruc tion, 4], node detachedComment
1706 PASS 37,18: resulting range position for range [processingInstruction, 0, proces singInstruction, 4], node detachedComment 1668 PASS 37,18: resulting range position for range [processingInstruction, 0, proces singInstruction, 4], node detachedComment
1707 PASS 37,19: resulting DOM for range [processingInstruction, 0, processingInstruc tion, 4], node docfrag 1669 PASS 37,19: resulting DOM for range [processingInstruction, 0, processingInstruc tion, 4], node docfrag
1708 PASS 37,19: resulting range position for range [processingInstruction, 0, proces singInstruction, 4], node docfrag 1670 PASS 37,19: resulting range position for range [processingInstruction, 0, proces singInstruction, 4], node docfrag
1709 PASS 37,20: resulting DOM for range [processingInstruction, 0, processingInstruc tion, 4], node doctype 1671 PASS 37,20: resulting DOM for range [processingInstruction, 0, processingInstruc tion, 4], node doctype
1710 PASS 37,20: resulting range position for range [processingInstruction, 0, proces singInstruction, 4], node doctype 1672 PASS 37,20: resulting range position for range [processingInstruction, 0, proces singInstruction, 4], node doctype
1711 PASS 37,21: resulting DOM for range [processingInstruction, 0, processingInstruc tion, 4], node foreignDoctype 1673 PASS 37,21: resulting DOM for range [processingInstruction, 0, processingInstruc tion, 4], node foreignDoctype
1712 PASS 37,21: resulting range position for range [processingInstruction, 0, proces singInstruction, 4], node foreignDoctype 1674 PASS 37,21: resulting range position for range [processingInstruction, 0, proces singInstruction, 4], node foreignDoctype
1713 Harness: the test ran to completion. 1675 Harness: the test ran to completion.
1714 1676
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698