1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 18:37:36 +00:00

Base: Add :nth-of-type and :nth-last-of-type test pages

This commit is contained in:
Sam Atkins 2022-02-26 13:52:43 +00:00 committed by Andreas Kling
parent ad5fb1fd7e
commit 2e23cce557
3 changed files with 354 additions and 1 deletions

View file

@ -90,8 +90,10 @@
<li><a href="nth-child.html">:nth-child</a></li>
<li><a href="nth-last-child.html">:nth-last-child</a></li>
<li><a href="only-child.html">:only-child</a></li>
<li><a href="last-of-type.html">:last-of-type</a></li>
<li><a href="first-of-type.html">:first-of-type</a></li>
<li><a href="last-of-type.html">:last-of-type</a></li>
<li><a href="nth-of-type.html">:nth-of-type</a></li>
<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="not-selector.html">:not</a></li>