mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
* Add XPath parser/evaluator Signed-off-by: Ville Lindholm <ville@lindholm.dev> * Correctly annotate XPathEvaluator IDL Signed-off-by: Ville Lindholm <ville@lindholm.dev> * [PR review]: have bindings pass in `can_gc` Signed-off-by: Ville Lindholm <ville@lindholm.dev> * [PR review]: add docstrings Signed-off-by: Ville Lindholm <ville@lindholm.dev> * [PR review]: implement PartialEq for Value for readability Signed-off-by: Ville Lindholm <ville@lindholm.dev> * [PR review]: add docstrings for CoreFunctions Signed-off-by: Ville Lindholm <ville@lindholm.dev> * [PR review]: simplify node test code Signed-off-by: Ville Lindholm <ville@lindholm.dev> * [PR review]: add unit tests for string handling xpath functions Signed-off-by: Ville Lindholm <ville@lindholm.dev> * put xpath features behind dom.xpath.enabled pref Signed-off-by: Ville Lindholm <ville@lindholm.dev> * [PR review] remove rstest and insta dev-deps Signed-off-by: Ville Lindholm <ville@lindholm.dev> * update wpt test expectations Signed-off-by: Ville Lindholm <ville@lindholm.dev> * [PR review]: tweak metadata files Signed-off-by: Ville Lindholm <ville@lindholm.dev> * update wpt test expectations AGAIN Signed-off-by: Ville Lindholm <ville@lindholm.dev> --------- Signed-off-by: Ville Lindholm <ville@lindholm.dev>
30 lines
722 B
INI
Vendored
30 lines
722 B
INI
Vendored
[resolver-callback-interface.html]
|
|
[callable resolver]
|
|
expected: FAIL
|
|
|
|
[callable resolver: result is not cached]
|
|
expected: FAIL
|
|
|
|
[callable resolver: abrupt completion from Call]
|
|
expected: FAIL
|
|
|
|
[callable resolver: no 'lookupNamespaceURI' lookups]
|
|
expected: FAIL
|
|
|
|
[object resolver]
|
|
expected: FAIL
|
|
|
|
[object resolver: this value and `prefix` argument]
|
|
expected: FAIL
|
|
|
|
[object resolver: 'lookupNamespaceURI' is not cached]
|
|
expected: FAIL
|
|
|
|
[object resolver: abrupt completion from Get]
|
|
expected: FAIL
|
|
|
|
[object resolver: 'lookupNamespaceURI' is thruthy and not callable]
|
|
expected: FAIL
|
|
|
|
[object resolver: 'lookupNamespaceURI' is falsy and not callable]
|
|
expected: FAIL
|