servo/tests/wpt/meta/domxpath
Ville Lindholm 07c33a180c
fix(xpath): pass in correct context node for // and / in predicates (#37434)
For example `div[count(//p)]` should count all `<p>` elements in the
document, not just the ones underneath the `<div>`.

Testing: WPT tests cover this, the fix makes two more test pass.

Signed-off-by: Ville Lindholm <ville@lindholm.dev>
2025-06-17 18:45:00 +00:00
..
document.tentative.html.ini Add XPath parser/evaluator (#34463) 2024-12-08 02:01:50 +00:00
lexical-structure.html.ini Add XPath parser/evaluator (#34463) 2024-12-08 02:01:50 +00:00
resolver-callback-interface-cross-realm.tentative.html.ini Add XPath parser/evaluator (#34463) 2024-12-08 02:01:50 +00:00
resolver-callback-interface.html.ini Add XPath parser/evaluator (#34463) 2024-12-08 02:01:50 +00:00
resolver-non-string-result.html.ini Add XPath parser/evaluator (#34463) 2024-12-08 02:01:50 +00:00
text-html-attributes.html.ini fix(xpath): pass in correct context node for // and / in predicates (#37434) 2025-06-17 18:45:00 +00:00
text-html-elements.html.ini Add XPath parser/evaluator (#34463) 2024-12-08 02:01:50 +00:00