Andreas Kling
09eed8eea2
LibWeb+headless-browser: Include paint tree in layout test output
...
This will give us a more comprehensive look at what actually gets
rendered in the end, and also allows us to catch more behavior changes.
2023-08-03 13:21:26 +02:00
Aliaksandr Kalenik
a3759b6e76
LibWeb: Implement more of "Expand Flexible Tracks" in GFC
...
Implements "Otherwise, if the free space is an indefinite length:" from
the spec.
2023-05-17 07:48:38 +02:00
Aliaksandr Kalenik
a613a0973e
LibWeb: Reset item_incurred_increase before distributing space in GFC
...
item_incurred_increase should be reset before every next distirbution
because otherwise it will accumulate increases from previous
distributions which is not supposed to happen.
2023-05-16 07:47:47 +02:00