1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:17:35 +00:00

Base: Add a test page for the CSS :is() selector

This commit is contained in:
Sam Atkins 2022-03-17 15:15:35 +00:00 committed by Andreas Kling
parent 5319e2ba8e
commit 0d01097a54
2 changed files with 39 additions and 0 deletions

View file

@ -96,6 +96,7 @@
<li><a href="nth-last-of-type.html">:nth-last-of-type</a></li>
<li><a href="empty.html">:empty</a></li>
<li><a href="root.html">:root</a></li>
<li><a href="is-selector.html">:is</a></li>
<li><a href="not-selector.html">:not</a></li>
<li><a href="hover.html">:hover</a></li>
<li><h3>Properties</h3></li>