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

Base: Add test page for box-shadow

This commit is contained in:
Tobias Christiansen 2021-07-23 21:35:02 +02:00 committed by Andreas Kling
parent 5471c87246
commit 6502d79240
2 changed files with 42 additions and 0 deletions

View file

@ -46,6 +46,7 @@
<p>This page loaded in <b><span id="loadtime"></span></b> ms</p>
<p>Some small test pages:</p>
<ul>
<li><a href="box-shadow.html">Box-shadow</a></li>
<li><a href="calc.html">calc Property</a></li>
<li><a href="opacity.html">CSS opacity property</a></li>
<li><a href="justify-content.html">Flexbox justify-content</a></li>