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

Base: Add test page for testing weird flexbox combinations

Specifically, this is to help fix a bug with `position: absolute`
children of a flex-box still taking up space, when they should not.
This commit is contained in:
Sam Atkins 2021-09-15 11:46:01 +01:00 committed by Andreas Kling
parent 741886a4c4
commit e80396e044
2 changed files with 126 additions and 0 deletions

View file

@ -100,6 +100,7 @@
<li><a href="lists.html">Lists</a></li>
<li><a href="flex.html">Flexboxes</a></li>
<li><a href="justify-content.html">Flexbox justify-content</a></li>
<li><a href="flex-2.html">Flexboxes with unusual children</a></li>
<li><a href="inline-block.html">display: inline-block;</a></li>
<li><a href="inline-block-link.html">link inside display: inline-block</a></li>
<li><a href="padding-inline.html">inline elements with padding</a></li>