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

Base: Add a test page for the various element attribute APIs

This commit is contained in:
Timothy Flynn 2021-10-16 22:17:34 -04:00 committed by Linus Groh
parent 5d4cd061c7
commit 59caa4edda
2 changed files with 212 additions and 0 deletions

View file

@ -110,6 +110,7 @@
<li><a href="float-3.html">Floating boxes with overflow=hidden</a></li>
<li><a href="clear-1.html">Float clearing</a></li>
<li><a href="overflow.html">Overflow</a></li>
<li><a href="attributes.html">Attributes</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>