Files
servo/components/script
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
..
2025-03-26 12:12:44 +00:00
2025-03-13 10:28:11 +00:00