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

Base: Add CSS background test page

Also organized the welcome page list slightly.
This commit is contained in:
Sam Atkins 2021-11-04 11:33:00 +00:00 committed by Andreas Kling
parent 532f1e859d
commit 368595d850
2 changed files with 218 additions and 3 deletions

View file

@ -77,6 +77,8 @@
<li><h3>CSSOM</h3></li>
<li><a href="computed-style.html">Computed style</a></li>
<li><a href="supports.html">CSS.supports() and @supports</a></li>
<li><a href="attributes.html">Attributes</a></li>
<li><a href="class-list.html">Class List</a></li>
<li><h3>Selectors</h3></li>
<li><a href="selectors.html">Selectors</a></li>
<li><a href="attrselectors.html">Attribute selectors</a></li>
@ -92,6 +94,8 @@
<li><a href="not-selector.html">:not</a></li>
<li><a href="hover.html">:hover</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>
<li><a href="box-shadow.html">Box-shadow</a></li>
<li><a href="opacity.html">Opacity</a></li>
<li><a href="text-decoration.html">Text-decoration</a></li>
@ -110,8 +114,6 @@
<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><a href="class-list.html">Class List</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>
@ -122,7 +124,6 @@
<li><a href="margin-collapse-1.html">margin collapsing 1</a></li>
<li><a href="margin-collapse-2.html">margin collapsing 2</a></li>
<li><a href="position-absolute-from-edges.html">position: absolute, offset from edges</a></li>
<li><a href="background-repeat-test.html">background image with repetition rules</a></li>
<li><a href="link-over-zindex-block.html">link elements with background box placed with z-index</a></li>
<li><a href="percent-css.html">Percentage values</a></li>
<li><a href="position-absolute-top-left.html">position: absolute; for top and left</a></li>