1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-19 23:00:59 +00:00
serenity/Tests/LibWeb/Layout
Andreas Kling caa491b72a LibWeb: Measure the overflow for all scroll containers
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.
2023-06-01 13:33:35 +02:00
..
expected LibWeb: Measure the overflow for all scroll containers 2023-06-01 13:33:35 +02:00
input LibWeb: Support line-height: calc(...) values that resolve to number 2023-06-01 09:20:05 +02:00
layout_test.sh LibWeb: Align GridFormattingContext::run_track_sizing() with the spec 2023-05-09 06:37:30 +02:00