mirror of
https://github.com/servo/servo
synced 2026-05-09 16:42:16 +02:00
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>