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

Base: Add a little web test page for inline elements with CSS padding

This commit is contained in:
Andreas Kling 2020-12-03 19:32:07 +01:00
parent f35b406dfb
commit 017490aa7f
2 changed files with 16 additions and 0 deletions

View file

@ -35,6 +35,7 @@ span#loadtime {
<p>This page loaded in <b><span id="loadtime"></span></b> ms</p>
<p>Some small test pages:</p>
<ul>
<li><a href="padding-inline.html">inline elements with padding</a></li>
<li><a href="event-bubbling-and-multiple-listeners.html">event bubbling and multiple listeners</a></li>
<li><a href="checkbox.html">checkbox</a></li>
<li><a href="canvas-rotate.html">canvas rotate()</a></li>