mirror of
https://github.com/RGBCube/serenity
synced 2026-01-20 12:01:09 +00:00
Instead of just measuring the layout viewport, we now measure overflow in every box that is a scroll container. This has the side effect of no longer creating paintables for layout boxes that didn't participate in layout. (For example, empty/anonymous boxes that were ignored by flex itemization.) Such boxes are now marked as "(not painted)" in the layout tree dumps, as they have no paintable to dump geometry from. |
||
|---|---|---|
| .. | ||
| calc-flex-basis.txt | ||
| cross-size-of-item-with-box-sizing-border-box-and-nonzero-padding.txt | ||
| flex-column-item-with-intrinsic-aspect-ratio-and-percentage-max-width.txt | ||
| flex-container-with-max-width-and-negative-margin-in-same-axis.txt | ||
| flex-gap-between-items-and-lines.txt | ||
| flex-item-with-intrinsic-aspect-ratio-and-max-height.txt | ||
| flex-row-reverse-with-centered-content.txt | ||
| multi-line-column-container-with-automatic-height.txt | ||
| percentage-flex-basis-with-indefinite-flex-container-size.txt | ||
| reverse-flex-layout-with-space-between-and-space-around.txt | ||
| specified-size-suggestion-with-box-sizing-border-box.txt | ||
| stretch-alignment-with-cross-gap.txt | ||