diff --git a/docs/tests/procedural-cosmetic-filters.html b/docs/tests/procedural-cosmetic-filters.html index 4bf84878f..3aa55c1c3 100644 --- a/docs/tests/procedural-cosmetic-filters.html +++ b/docs/tests/procedural-cosmetic-filters.html @@ -35,6 +35,9 @@ top: 0; width: 100%; } + .tile > code { + align-self: center; + } .pass { background-color: green; } @@ -128,6 +131,16 @@ #pcf #a12 .fail:min-text-length(300) +
+
+ #pcf #a13 .pass > a:has(b) + .fail +
+ +
+
+ #pcf #a14 .pass > a:has(b) + .fail:has(b) +
+