From 8411ff3f1476080ba348bba1e454788ba55b7b04 Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Fri, 25 Feb 2022 17:28:34 +0000 Subject: [PATCH] fixup! Base: Add a pseudo-element test page --- Base/res/html/misc/pseudo-elements.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Base/res/html/misc/pseudo-elements.html b/Base/res/html/misc/pseudo-elements.html index e0f98f3cc2..f67499ed85 100644 --- a/Base/res/html/misc/pseudo-elements.html +++ b/Base/res/html/misc/pseudo-elements.html @@ -56,6 +56,10 @@ content: "This should appear as a block, last."; color: red; } + + .fancy-list li::marker { + color: green; + } @@ -66,5 +70,15 @@

There should be a sentence before this, and one after, forming a single paragraph.

There should be a sentence before this, and one after, each as its own block.

+ +