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

Base: Add test page for CSS clip property

This commit is contained in:
Tom 2022-07-30 16:12:12 +02:00 committed by Andreas Kling
parent 5c4d130af5
commit 4d1ceaaa43
2 changed files with 53 additions and 0 deletions

View file

@ -131,6 +131,7 @@
<li><a href="overflow.html">Overflow</a></li>
<li><a href="image-rendering.html">image-rendering property</a></li>
<li><a href="transform.html">Transforms</a></li>
<li><a href="clip.html">Clip</a></li>
<li><h3>Features</h3></li>
<li><a href="css.html">Basic functionality</a></li>
<li><a href="colors.html">css colors</a></li>