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
commit 6502d79240
Notes: sideshowbarker 2024-07-18 08:22:55 +09:00
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>