From 085cafd80a0183b0ef6c0a658d6505493e6d8b1e Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Mon, 16 Dec 2019 19:45:50 +0100 Subject: LibHTML: Support the :empty pseudo class --- Base/home/anon/www/empty.html | 26 ++++++++++++++++++++++++++ Base/home/anon/www/welcome.html | 1 + 2 files changed, 27 insertions(+) create mode 100644 Base/home/anon/www/empty.html (limited to 'Base/home') diff --git a/Base/home/anon/www/empty.html b/Base/home/anon/www/empty.html new file mode 100644 index 0000000000..dbdfe62a6a --- /dev/null +++ b/Base/home/anon/www/empty.html @@ -0,0 +1,26 @@ + + +:empty test + + + +
+
I will be pink.
+
+ +
+
+

+
+ + diff --git a/Base/home/anon/www/welcome.html b/Base/home/anon/www/welcome.html index 1fbecdd0ca..7405b028c8 100644 --- a/Base/home/anon/www/welcome.html +++ b/Base/home/anon/www/welcome.html @@ -26,6 +26,7 @@ h1 {
  • small
  • :first-child
  • :last-child
  • +
  • :empty
  • form
  • borders
  • css
  • -- cgit v1.2.3