1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 04:57:44 +00:00

LibWeb: More tests for attribute selectors

This commit is contained in:
Daniel Glazman 2022-03-29 18:02:29 +02:00 committed by Andreas Kling
parent 91e1383b85
commit fdf1c3c2f1
2 changed files with 453 additions and 0 deletions

View file

@ -86,6 +86,7 @@
<li><h3>Selectors</h3></li>
<li><a href="selectors.html">Selectors</a></li>
<li><a href="attrselectors.html">Attribute selectors</a></li>
<li><a href="more-attribute-selectors.html#target">More attribute selectors</a></li>
<li><a href="first-child.html">:first-child</a></li>
<li><a href="last-child.html">:last-child</a></li>
<li><a href="nth-child.html">:nth-child</a></li>