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

Base: Add a test page for CSS 'calc()' values

This commit is contained in:
Tobias Christiansen 2021-07-22 22:22:07 +02:00 committed by Ali Mohammad Pur
parent 9c65c10245
commit 78757845bb
2 changed files with 74 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="calc.html">calc Property</a></li>
<li><a href="justify-content.html">Flexbox justify-content</a></li>
<li><a href="lists.html">Lists</a></li>
<li><a href="text-decoration.html">Text-decoration</a></li>