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

Base: Add a :focus/:focus-within test page

This commit is contained in:
Sam Atkins 2022-03-20 13:26:59 +00:00 committed by Linus Groh
parent 02497888a6
commit 4827092554
2 changed files with 29 additions and 0 deletions

View file

@ -101,6 +101,7 @@
<li><a href="not-selector.html">:not()</a></li>
<li><a href="where-selector.html">:where()</a></li>
<li><a href="hover.html">:hover</a></li>
<li><a href="focus.html">:focus</a></li>
<li><h3>Properties</h3></li>
<li><a href="backgrounds.html">Backgrounds</a></li>
<li><a href="background-repeat-test.html">Background-repeat</a></li>