| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 89 tests; 87 PASS, 2 FAIL, 0 TIMEOUT, 0 NOTRUN. | 2 Found 85 tests; 83 PASS, 2 FAIL, 0 TIMEOUT, 0 NOTRUN. |
| 3 PASS XPathEvaluator interface: existence and properties of interface object | 3 PASS XPathEvaluator interface: existence and properties of interface object |
| 4 PASS XPathEvaluator interface object length | 4 PASS XPathEvaluator interface object length |
| 5 PASS XPathEvaluator interface object name | 5 PASS XPathEvaluator interface object name |
| 6 PASS XPathEvaluator interface: existence and properties of interface prototype o
bject | 6 PASS XPathEvaluator interface: existence and properties of interface prototype o
bject |
| 7 PASS XPathEvaluator interface: existence and properties of interface prototype o
bject's "constructor" property | 7 PASS XPathEvaluator interface: existence and properties of interface prototype o
bject's "constructor" property |
| 8 PASS XPathEvaluator interface: operation createExpression(DOMString,XPathNSResol
ver) | 8 PASS XPathEvaluator interface: operation createExpression(DOMString,XPathNSResol
ver) |
| 9 PASS XPathEvaluator interface: operation createNSResolver(Node) | 9 PASS XPathEvaluator interface: operation createNSResolver(Node) |
| 10 PASS XPathEvaluator interface: operation evaluate(DOMString,Node,XPathNSResolver
,unsigned short,object) | 10 PASS XPathEvaluator interface: operation evaluate(DOMString,Node,XPathNSResolver
,unsigned short,object) |
| 11 PASS XPathExpression interface: existence and properties of interface object | 11 PASS XPathExpression interface: existence and properties of interface object |
| 12 PASS XPathExpression interface object length | 12 PASS XPathExpression interface object length |
| 13 PASS XPathExpression interface object name | 13 PASS XPathExpression interface object name |
| 14 PASS XPathExpression interface: existence and properties of interface prototype
object | 14 PASS XPathExpression interface: existence and properties of interface prototype
object |
| 15 PASS XPathExpression interface: existence and properties of interface prototype
object's "constructor" property | 15 PASS XPathExpression interface: existence and properties of interface prototype
object's "constructor" property |
| 16 PASS XPathExpression interface: operation evaluate(Node,unsigned short,object) | 16 PASS XPathExpression interface: operation evaluate(Node,unsigned short,object) |
| 17 PASS XPathExpression must be primary interface of expression | |
| 18 PASS Stringification of expression | |
| 19 PASS XPathExpression interface: expression must inherit property "evaluate" with
the proper type (0) | 17 PASS XPathExpression interface: expression must inherit property "evaluate" with
the proper type (0) |
| 20 PASS XPathExpression interface: calling evaluate(Node,unsigned short,object) on
expression with too few arguments must throw TypeError | 18 PASS XPathExpression interface: calling evaluate(Node,unsigned short,object) on
expression with too few arguments must throw TypeError |
| 21 PASS XPathNSResolver interface: existence and properties of interface object | 19 PASS XPathNSResolver interface: existence and properties of interface object |
| 22 PASS XPathNSResolver interface: existence and properties of interface prototype
object | 20 PASS XPathNSResolver interface: existence and properties of interface prototype
object |
| 23 PASS XPathNSResolver interface: existence and properties of interface prototype
object's "constructor" property | 21 PASS XPathNSResolver interface: existence and properties of interface prototype
object's "constructor" property |
| 24 PASS XPathNSResolver interface: operation lookupNamespaceURI(DOMString) | 22 PASS XPathNSResolver interface: operation lookupNamespaceURI(DOMString) |
| 25 PASS XPathResult interface: existence and properties of interface object | 23 PASS XPathResult interface: existence and properties of interface object |
| 26 PASS XPathResult interface object length | 24 PASS XPathResult interface object length |
| 27 PASS XPathResult interface object name | 25 PASS XPathResult interface object name |
| 28 PASS XPathResult interface: existence and properties of interface prototype obje
ct | 26 PASS XPathResult interface: existence and properties of interface prototype obje
ct |
| (...skipping 20 matching lines...) Expand all Loading... |
| 49 PASS XPathResult interface: constant FIRST_ORDERED_NODE_TYPE on interface protot
ype object | 47 PASS XPathResult interface: constant FIRST_ORDERED_NODE_TYPE on interface protot
ype object |
| 50 PASS XPathResult interface: attribute resultType | 48 PASS XPathResult interface: attribute resultType |
| 51 PASS XPathResult interface: attribute numberValue | 49 PASS XPathResult interface: attribute numberValue |
| 52 PASS XPathResult interface: attribute stringValue | 50 PASS XPathResult interface: attribute stringValue |
| 53 PASS XPathResult interface: attribute booleanValue | 51 PASS XPathResult interface: attribute booleanValue |
| 54 PASS XPathResult interface: attribute singleNodeValue | 52 PASS XPathResult interface: attribute singleNodeValue |
| 55 PASS XPathResult interface: attribute invalidIteratorState | 53 PASS XPathResult interface: attribute invalidIteratorState |
| 56 PASS XPathResult interface: attribute snapshotLength | 54 PASS XPathResult interface: attribute snapshotLength |
| 57 PASS XPathResult interface: operation iterateNext() | 55 PASS XPathResult interface: operation iterateNext() |
| 58 PASS XPathResult interface: operation snapshotItem(unsigned long) | 56 PASS XPathResult interface: operation snapshotItem(unsigned long) |
| 59 PASS XPathResult must be primary interface of result | |
| 60 PASS Stringification of result | |
| 61 PASS XPathResult interface: result must inherit property "ANY_TYPE" with the pro
per type (0) | 57 PASS XPathResult interface: result must inherit property "ANY_TYPE" with the pro
per type (0) |
| 62 PASS XPathResult interface: result must inherit property "NUMBER_TYPE" with the
proper type (1) | 58 PASS XPathResult interface: result must inherit property "NUMBER_TYPE" with the
proper type (1) |
| 63 PASS XPathResult interface: result must inherit property "STRING_TYPE" with the
proper type (2) | 59 PASS XPathResult interface: result must inherit property "STRING_TYPE" with the
proper type (2) |
| 64 PASS XPathResult interface: result must inherit property "BOOLEAN_TYPE" with the
proper type (3) | 60 PASS XPathResult interface: result must inherit property "BOOLEAN_TYPE" with the
proper type (3) |
| 65 PASS XPathResult interface: result must inherit property "UNORDERED_NODE_ITERATO
R_TYPE" with the proper type (4) | 61 PASS XPathResult interface: result must inherit property "UNORDERED_NODE_ITERATO
R_TYPE" with the proper type (4) |
| 66 PASS XPathResult interface: result must inherit property "ORDERED_NODE_ITERATOR_
TYPE" with the proper type (5) | 62 PASS XPathResult interface: result must inherit property "ORDERED_NODE_ITERATOR_
TYPE" with the proper type (5) |
| 67 PASS XPathResult interface: result must inherit property "UNORDERED_NODE_SNAPSHO
T_TYPE" with the proper type (6) | 63 PASS XPathResult interface: result must inherit property "UNORDERED_NODE_SNAPSHO
T_TYPE" with the proper type (6) |
| 68 PASS XPathResult interface: result must inherit property "ORDERED_NODE_SNAPSHOT_
TYPE" with the proper type (7) | 64 PASS XPathResult interface: result must inherit property "ORDERED_NODE_SNAPSHOT_
TYPE" with the proper type (7) |
| 69 PASS XPathResult interface: result must inherit property "ANY_UNORDERED_NODE_TYP
E" with the proper type (8) | 65 PASS XPathResult interface: result must inherit property "ANY_UNORDERED_NODE_TYP
E" with the proper type (8) |
| 70 PASS XPathResult interface: result must inherit property "FIRST_ORDERED_NODE_TYP
E" with the proper type (9) | 66 PASS XPathResult interface: result must inherit property "FIRST_ORDERED_NODE_TYP
E" with the proper type (9) |
| (...skipping 13 matching lines...) Expand all Loading... |
| 84 FAIL Document must be primary interface of document assert_equals: document's pr
ototype is not Document.prototype expected object "[object Document]" but got ob
ject "[object HTMLDocument]" | 80 FAIL Document must be primary interface of document assert_equals: document's pr
ototype is not Document.prototype expected object "[object Document]" but got ob
ject "[object HTMLDocument]" |
| 85 FAIL Stringification of document assert_equals: class string of document expecte
d "[object Document]" but got "[object HTMLDocument]" | 81 FAIL Stringification of document assert_equals: class string of document expecte
d "[object Document]" but got "[object HTMLDocument]" |
| 86 PASS Document interface: document must inherit property "createExpression" with
the proper type (0) | 82 PASS Document interface: document must inherit property "createExpression" with
the proper type (0) |
| 87 PASS Document interface: calling createExpression(DOMString,XPathNSResolver) on
document with too few arguments must throw TypeError | 83 PASS Document interface: calling createExpression(DOMString,XPathNSResolver) on
document with too few arguments must throw TypeError |
| 88 PASS Document interface: document must inherit property "createNSResolver" with
the proper type (1) | 84 PASS Document interface: document must inherit property "createNSResolver" with
the proper type (1) |
| 89 PASS Document interface: calling createNSResolver(Node) on document with too few
arguments must throw TypeError | 85 PASS Document interface: calling createNSResolver(Node) on document with too few
arguments must throw TypeError |
| 90 PASS Document interface: document must inherit property "evaluate" with the prop
er type (2) | 86 PASS Document interface: document must inherit property "evaluate" with the prop
er type (2) |
| 91 PASS Document interface: calling evaluate(DOMString,Node,XPathNSResolver,unsigne
d short,object) on document with too few arguments must throw TypeError | 87 PASS Document interface: calling evaluate(DOMString,Node,XPathNSResolver,unsigne
d short,object) on document with too few arguments must throw TypeError |
| 92 Harness: the test ran to completion. | 88 Harness: the test ran to completion. |
| 93 | 89 |
| OLD | NEW |