OLD | NEW |
(Empty) | |
| 1 This is a testharness.js-based test. |
| 2 PASS StaticRange interface: existence and properties of interface object |
| 3 PASS StaticRange interface object length |
| 4 PASS StaticRange interface object name |
| 5 FAIL StaticRange interface: existence and properties of interface prototype obje
ct assert_equals: class string of StaticRange.prototype expected "[object Static
RangePrototype]" but got "[object StaticRange]" |
| 6 PASS StaticRange interface: existence and properties of interface prototype obje
ct's "constructor" property |
| 7 PASS StaticRange interface: attribute startContainer |
| 8 PASS StaticRange interface: attribute startOffset |
| 9 PASS StaticRange interface: attribute endContainer |
| 10 PASS StaticRange interface: attribute endOffset |
| 11 PASS StaticRange interface: attribute collapsed |
| 12 PASS StaticRange must be primary interface of new StaticRange() |
| 13 PASS Stringification of new StaticRange() |
| 14 PASS StaticRange interface: new StaticRange() must inherit property "startContai
ner" with the proper type (0) |
| 15 PASS StaticRange interface: new StaticRange() must inherit property "startOffset
" with the proper type (1) |
| 16 PASS StaticRange interface: new StaticRange() must inherit property "endContaine
r" with the proper type (2) |
| 17 PASS StaticRange interface: new StaticRange() must inherit property "endOffset"
with the proper type (3) |
| 18 PASS StaticRange interface: new StaticRange() must inherit property "collapsed"
with the proper type (4) |
| 19 Harness: the test ran to completion. |
| 20 |
OLD | NEW |