From 9def7f9c5d6ecd891248737c9ef78e98851169b7 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 22 Jun 2019 12:13:27 -0400 Subject: [PATCH] Add tests for chaining with plain CSS syntax --- docs/tests/procedural-cosmetic-filters.html | 13 +++++++++++++ docs/tests/procedural-html-filters.html | 13 +++++++++++++ 2 files changed, 26 insertions(+) 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) +
+