OLD | NEW |
1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 120 tests; 6 PASS, 114 FAIL, 0 TIMEOUT, 0 NOTRUN. |
2 PASS Range 0 [paras[0].firstChild, 0, paras[0].firstChild, 0] setBaseAndExtent()
| 3 PASS Range 0 [paras[0].firstChild, 0, paras[0].firstChild, 0] setBaseAndExtent()
|
3 PASS Reverse range 0 [paras[0].firstChild, 0, paras[0].firstChild, 0] setBaseAnd
Extent() | 4 PASS Reverse range 0 [paras[0].firstChild, 0, paras[0].firstChild, 0] setBaseAnd
Extent() |
4 FAIL Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 1] setBaseAndExtent()
assert_equals: focusOffset must equal the requested focus offset expected 1 but
got 2 | 5 FAIL Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 1] setBaseAndExtent()
assert_equals: focusOffset must equal the requested focus offset expected 1 but
got 2 |
5 FAIL Reverse range 1 [paras[0].firstChild, 0, paras[0].firstChild, 1] setBaseAnd
Extent() assert_equals: anchorOffset must equal the requested focus offset expec
ted 1 but got 2 | 6 FAIL Reverse range 1 [paras[0].firstChild, 0, paras[0].firstChild, 1] setBaseAnd
Extent() assert_equals: anchorOffset must equal the requested focus offset expec
ted 1 but got 2 |
6 PASS Range 2 [paras[0].firstChild, 2, paras[0].firstChild, 8] setBaseAndExtent()
| 7 PASS Range 2 [paras[0].firstChild, 2, paras[0].firstChild, 8] setBaseAndExtent()
|
7 PASS Reverse range 2 [paras[0].firstChild, 2, paras[0].firstChild, 8] setBaseAnd
Extent() | 8 PASS Reverse range 2 [paras[0].firstChild, 2, paras[0].firstChild, 8] setBaseAnd
Extent() |
8 FAIL Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 9] setBaseAndExtent()
assert_equals: focusOffset must equal the requested focus offset expected 9 but
got 10 | 9 FAIL Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 9] setBaseAndExtent()
assert_equals: focusOffset must equal the requested focus offset expected 9 but
got 10 |
9 FAIL Reverse range 3 [paras[0].firstChild, 2, paras[0].firstChild, 9] setBaseAnd
Extent() assert_equals: anchorOffset must equal the requested focus offset expec
ted 9 but got 10 | 10 FAIL Reverse range 3 [paras[0].firstChild, 2, paras[0].firstChild, 9] setBaseAnd
Extent() assert_equals: anchorOffset must equal the requested focus offset expec
ted 9 but got 10 |
10 FAIL Range 4 [paras[1].firstChild, 0, paras[1].firstChild, 0] setBaseAndExtent()
assert_equals: anchorNode must equal the requested anchor node expected Text no
de "Ijklmnop | 11 FAIL Range 4 [paras[1].firstChild, 0, paras[1].firstChild, 0] setBaseAndExtent()
assert_equals: anchorNode must equal the requested anchor node expected Text no
de "Ijklmnop |
11 " but got Text node "Qrstuvwx" | 12 " but got Text node "Qrstuvwx" |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
165 FAIL Range 56 [foreignDocfrag, 0, foreignDocfrag, 0] setBaseAndExtent() assert_e
quals: anchorNode must equal the requested anchor node expected DocumentFragment
node with 0 children but got Text node "Qrstuvwx" | 166 FAIL Range 56 [foreignDocfrag, 0, foreignDocfrag, 0] setBaseAndExtent() assert_e
quals: anchorNode must equal the requested anchor node expected DocumentFragment
node with 0 children but got Text node "Qrstuvwx" |
166 FAIL Reverse range 56 [foreignDocfrag, 0, foreignDocfrag, 0] setBaseAndExtent()
assert_equals: anchorNode must equal the requested focus node expected DocumentF
ragment node with 0 children but got Text node "Qrstuvwx" | 167 FAIL Reverse range 56 [foreignDocfrag, 0, foreignDocfrag, 0] setBaseAndExtent()
assert_equals: anchorNode must equal the requested focus node expected DocumentF
ragment node with 0 children but got Text node "Qrstuvwx" |
167 FAIL Range 57 [xmlDocfrag, 0, xmlDocfrag, 0] setBaseAndExtent() assert_equals: a
nchorNode must equal the requested anchor node expected DocumentFragment node wi
th 0 children but got Text node "Qrstuvwx" | 168 FAIL Range 57 [xmlDocfrag, 0, xmlDocfrag, 0] setBaseAndExtent() assert_equals: a
nchorNode must equal the requested anchor node expected DocumentFragment node wi
th 0 children but got Text node "Qrstuvwx" |
168 FAIL Reverse range 57 [xmlDocfrag, 0, xmlDocfrag, 0] setBaseAndExtent() assert_e
quals: anchorNode must equal the requested focus node expected DocumentFragment
node with 0 children but got Text node "Qrstuvwx" | 169 FAIL Reverse range 57 [xmlDocfrag, 0, xmlDocfrag, 0] setBaseAndExtent() assert_e
quals: anchorNode must equal the requested focus node expected DocumentFragment
node with 0 children but got Text node "Qrstuvwx" |
169 FAIL setBaseAndExtent() with index larger than length assert_equals: focus offse
t, got an IndexSizeError exception expected "IndexSizeError" but got "Error" | 170 FAIL setBaseAndExtent() with index larger than length assert_equals: focus offse
t, got an IndexSizeError exception expected "IndexSizeError" but got "Error" |
170 PASS setBaseAndExtent() with negative index | 171 PASS setBaseAndExtent() with negative index |
171 FAIL setBaseAndExtent() with null nodes assert_equals: focus node, got an TypeEr
ror exception expected "TypeError" but got "Error" | 172 FAIL setBaseAndExtent() with null nodes assert_equals: focus node, got an TypeEr
ror exception expected "TypeError" but got "Error" |
172 PASS setBaseAndExtent() with too few params | 173 PASS setBaseAndExtent() with too few params |
173 Harness: the test ran to completion. | 174 Harness: the test ran to completion. |
174 | 175 |
OLD | NEW |