mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:07:36 +00:00
Base: Add a simple HTML test page for CSS floats
This commit is contained in:
parent
615a4d4f71
commit
2e5e4be212
2 changed files with 61 additions and 0 deletions
|
@ -38,6 +38,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="float-1.html">floating boxes</a></li>
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue