mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Add XPath parser/evaluator (#34463)
* 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>
This commit is contained in:
parent
264c0f972f
commit
bc7fe41a02
36 changed files with 6426 additions and 314 deletions
15
tests/wpt/meta/domxpath/resolver-callback-interface-cross-realm.tentative.html.ini
vendored
Normal file
15
tests/wpt/meta/domxpath/resolver-callback-interface-cross-realm.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
[resolver-callback-interface-cross-realm.tentative.html]
|
||||
[XPathNSResolver is cross-realm plain object without 'lookupNamespaceURI' property]
|
||||
expected: FAIL
|
||||
|
||||
[XPathNSResolver is cross-realm plain object with non-callable 'lookupNamespaceURI' property]
|
||||
expected: FAIL
|
||||
|
||||
[XPathNSResolver is cross-realm non-callable revoked Proxy]
|
||||
expected: FAIL
|
||||
|
||||
[XPathNSResolver is cross-realm callable revoked Proxy]
|
||||
expected: FAIL
|
||||
|
||||
[XPathNSResolver is cross-realm plain object with revoked Proxy as 'lookupNamespaceURI' property]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue