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

LibWeb: Use item minimum contribution while sizing "fr" track in GFC

Fixes the issue that before "automatic minimum size" were used to size
flexible tracks even though specification says is should be "minimum
contribution"
This commit is contained in:
Aliaksandr Kalenik 2023-08-01 16:52:48 +03:00 committed by Andreas Kling
parent e91bdedc93
commit 338fa8261e
3 changed files with 20 additions and 1 deletions

View file

@ -0,0 +1,4 @@
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
BlockContainer <html> at (1,1) content-size 798x70 [BFC] children: not-inline
Box <body> at (10,10) content-size 200x52 [GFC] children: not-inline
BlockContainer <div.item> at (11,11) content-size 100x50 [BFC] children: not-inline