diff --git a/docs/tests/procedural-cosmetic-filters.html b/docs/tests/procedural-cosmetic-filters.html index aaf7a6ec6..608d24986 100644 --- a/docs/tests/procedural-cosmetic-filters.html +++ b/docs/tests/procedural-cosmetic-filters.html @@ -163,8 +163,8 @@
-
- #pcf #a17 .fail:has(~ b) +
+ #pcf #a17 .fail:has(~ a:has(b))
diff --git a/docs/tests/procedural-html-filters.html b/docs/tests/procedural-html-filters.html index abb0b8747..3108f52f3 100644 --- a/docs/tests/procedural-html-filters.html +++ b/docs/tests/procedural-html-filters.html @@ -128,18 +128,18 @@ ^#phf #a11 .pass > a:has(b) + .fail:has(b) - -
^#phf #a12 .fail:has(+ a)
-
- ^#phf #a13 .fail:has(~ b) +
+ ^#phf #a13 .fail:has(~ a:has(b))
+ +