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

Browser: Add Test-Page for lists

This test page showcases all our supported ol and ul list-styles.
This commit is contained in:
Tobias Christiansen 2021-07-04 17:21:43 +02:00 committed by Andreas Kling
parent e18e2af826
commit 36a420a6a6
2 changed files with 181 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="lists.html">Lists</a></li>
<li><a href="border-radius.html">Border-Radius</a></li>
<li><a href="custom-properties.html">Custom Properties</a></li>
<li><a href="flex.html">Flexboxes</a></li>