1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:07:36 +00:00

Base: Add test page for floating boxes with overflow=hidden

This commit is contained in:
Timothy Flynn 2021-03-30 16:04:15 -04:00 committed by Andreas Kling
parent c21eafbf38
commit e0f0aa7ce0
2 changed files with 28 additions and 0 deletions

View file

@ -41,6 +41,7 @@ span#loadtime {
<li><a href="contenteditable.html">contenteditable</a></li>
<li><a href="clear-1.html">clearing floats</a></li>
<li><a href="float-1.html">floating boxes</a></li>
<li><a href="float-3.html">floating boxes with overflow=hidden</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>