| Index: third_party/WebKit/LayoutTests/external/wpt/domxpath/interfaces-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/domxpath/interfaces-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/domxpath/interfaces-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..74eb53bd00e173fd89dcc2cb0dbabbadd6eca833
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/domxpath/interfaces-expected.txt
|
| @@ -0,0 +1,93 @@
|
| +This is a testharness.js-based test.
|
| +Found 89 tests; 84 PASS, 5 FAIL, 0 TIMEOUT, 0 NOTRUN.
|
| +PASS XPathEvaluator interface: existence and properties of interface object
|
| +PASS XPathEvaluator interface object length
|
| +PASS XPathEvaluator interface object name
|
| +FAIL XPathEvaluator interface: existence and properties of interface prototype object assert_equals: class string of XPathEvaluator.prototype expected "[object XPathEvaluatorPrototype]" but got "[object XPathEvaluator]"
|
| +PASS XPathEvaluator interface: existence and properties of interface prototype object's "constructor" property
|
| +PASS XPathEvaluator interface: operation createExpression(DOMString,XPathNSResolver)
|
| +PASS XPathEvaluator interface: operation createNSResolver(Node)
|
| +PASS XPathEvaluator interface: operation evaluate(DOMString,Node,XPathNSResolver,unsigned short,object)
|
| +PASS XPathExpression interface: existence and properties of interface object
|
| +PASS XPathExpression interface object length
|
| +PASS XPathExpression interface object name
|
| +FAIL XPathExpression interface: existence and properties of interface prototype object assert_equals: class string of XPathExpression.prototype expected "[object XPathExpressionPrototype]" but got "[object XPathExpression]"
|
| +PASS XPathExpression interface: existence and properties of interface prototype object's "constructor" property
|
| +PASS XPathExpression interface: operation evaluate(Node,unsigned short,object)
|
| +PASS XPathExpression must be primary interface of expression
|
| +PASS Stringification of expression
|
| +PASS XPathExpression interface: expression must inherit property "evaluate" with the proper type (0)
|
| +PASS XPathExpression interface: calling evaluate(Node,unsigned short,object) on expression with too few arguments must throw TypeError
|
| +PASS XPathNSResolver interface: existence and properties of interface object
|
| +PASS XPathNSResolver interface: existence and properties of interface prototype object
|
| +PASS XPathNSResolver interface: existence and properties of interface prototype object's "constructor" property
|
| +PASS XPathNSResolver interface: operation lookupNamespaceURI(DOMString)
|
| +PASS XPathResult interface: existence and properties of interface object
|
| +PASS XPathResult interface object length
|
| +PASS XPathResult interface object name
|
| +FAIL XPathResult interface: existence and properties of interface prototype object assert_equals: class string of XPathResult.prototype expected "[object XPathResultPrototype]" but got "[object XPathResult]"
|
| +PASS XPathResult interface: existence and properties of interface prototype object's "constructor" property
|
| +PASS XPathResult interface: constant ANY_TYPE on interface object
|
| +PASS XPathResult interface: constant ANY_TYPE on interface prototype object
|
| +PASS XPathResult interface: constant NUMBER_TYPE on interface object
|
| +PASS XPathResult interface: constant NUMBER_TYPE on interface prototype object
|
| +PASS XPathResult interface: constant STRING_TYPE on interface object
|
| +PASS XPathResult interface: constant STRING_TYPE on interface prototype object
|
| +PASS XPathResult interface: constant BOOLEAN_TYPE on interface object
|
| +PASS XPathResult interface: constant BOOLEAN_TYPE on interface prototype object
|
| +PASS XPathResult interface: constant UNORDERED_NODE_ITERATOR_TYPE on interface object
|
| +PASS XPathResult interface: constant UNORDERED_NODE_ITERATOR_TYPE on interface prototype object
|
| +PASS XPathResult interface: constant ORDERED_NODE_ITERATOR_TYPE on interface object
|
| +PASS XPathResult interface: constant ORDERED_NODE_ITERATOR_TYPE on interface prototype object
|
| +PASS XPathResult interface: constant UNORDERED_NODE_SNAPSHOT_TYPE on interface object
|
| +PASS XPathResult interface: constant UNORDERED_NODE_SNAPSHOT_TYPE on interface prototype object
|
| +PASS XPathResult interface: constant ORDERED_NODE_SNAPSHOT_TYPE on interface object
|
| +PASS XPathResult interface: constant ORDERED_NODE_SNAPSHOT_TYPE on interface prototype object
|
| +PASS XPathResult interface: constant ANY_UNORDERED_NODE_TYPE on interface object
|
| +PASS XPathResult interface: constant ANY_UNORDERED_NODE_TYPE on interface prototype object
|
| +PASS XPathResult interface: constant FIRST_ORDERED_NODE_TYPE on interface object
|
| +PASS XPathResult interface: constant FIRST_ORDERED_NODE_TYPE on interface prototype object
|
| +PASS XPathResult interface: attribute resultType
|
| +PASS XPathResult interface: attribute numberValue
|
| +PASS XPathResult interface: attribute stringValue
|
| +PASS XPathResult interface: attribute booleanValue
|
| +PASS XPathResult interface: attribute singleNodeValue
|
| +PASS XPathResult interface: attribute invalidIteratorState
|
| +PASS XPathResult interface: attribute snapshotLength
|
| +PASS XPathResult interface: operation iterateNext()
|
| +PASS XPathResult interface: operation snapshotItem(unsigned long)
|
| +PASS XPathResult must be primary interface of result
|
| +PASS Stringification of result
|
| +PASS XPathResult interface: result must inherit property "ANY_TYPE" with the proper type (0)
|
| +PASS XPathResult interface: result must inherit property "NUMBER_TYPE" with the proper type (1)
|
| +PASS XPathResult interface: result must inherit property "STRING_TYPE" with the proper type (2)
|
| +PASS XPathResult interface: result must inherit property "BOOLEAN_TYPE" with the proper type (3)
|
| +PASS XPathResult interface: result must inherit property "UNORDERED_NODE_ITERATOR_TYPE" with the proper type (4)
|
| +PASS XPathResult interface: result must inherit property "ORDERED_NODE_ITERATOR_TYPE" with the proper type (5)
|
| +PASS XPathResult interface: result must inherit property "UNORDERED_NODE_SNAPSHOT_TYPE" with the proper type (6)
|
| +PASS XPathResult interface: result must inherit property "ORDERED_NODE_SNAPSHOT_TYPE" with the proper type (7)
|
| +PASS XPathResult interface: result must inherit property "ANY_UNORDERED_NODE_TYPE" with the proper type (8)
|
| +PASS XPathResult interface: result must inherit property "FIRST_ORDERED_NODE_TYPE" with the proper type (9)
|
| +PASS XPathResult interface: result must inherit property "resultType" with the proper type (10)
|
| +PASS XPathResult interface: result must inherit property "numberValue" with the proper type (11)
|
| +PASS XPathResult interface: result must inherit property "stringValue" with the proper type (12)
|
| +PASS XPathResult interface: result must inherit property "booleanValue" with the proper type (13)
|
| +PASS XPathResult interface: result must inherit property "singleNodeValue" with the proper type (14)
|
| +PASS XPathResult interface: result must inherit property "invalidIteratorState" with the proper type (15)
|
| +PASS XPathResult interface: result must inherit property "snapshotLength" with the proper type (16)
|
| +PASS XPathResult interface: result must inherit property "iterateNext" with the proper type (17)
|
| +PASS XPathResult interface: result must inherit property "snapshotItem" with the proper type (18)
|
| +PASS XPathResult interface: calling snapshotItem(unsigned long) on result with too few arguments must throw TypeError
|
| +PASS Document interface: operation createExpression(DOMString,XPathNSResolver)
|
| +PASS Document interface: operation createNSResolver(Node)
|
| +PASS Document interface: operation evaluate(DOMString,Node,XPathNSResolver,unsigned short,object)
|
| +FAIL Document must be primary interface of document assert_equals: document's prototype is not Document.prototype expected object "[object Document]" but got object "[object HTMLDocument]"
|
| +FAIL Stringification of document assert_equals: class string of document expected "[object Document]" but got "[object HTMLDocument]"
|
| +PASS Document interface: document must inherit property "createExpression" with the proper type (0)
|
| +PASS Document interface: calling createExpression(DOMString,XPathNSResolver) on document with too few arguments must throw TypeError
|
| +PASS Document interface: document must inherit property "createNSResolver" with the proper type (1)
|
| +PASS Document interface: calling createNSResolver(Node) on document with too few arguments must throw TypeError
|
| +PASS Document interface: document must inherit property "evaluate" with the proper type (2)
|
| +PASS Document interface: calling evaluate(DOMString,Node,XPathNSResolver,unsigned short,object) on document with too few arguments must throw TypeError
|
| +Harness: the test ran to completion.
|
| +
|
|
|