mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:47:35 +00:00
LibWeb: Fix percentage min/max sizes on flex items with intrinsic ratio
We were resolving percentage values against the containing block size in the wrong axis.
This commit is contained in:
parent
89ba7246dd
commit
b98252728e
3 changed files with 19 additions and 2 deletions
|
@ -0,0 +1,4 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (1,1) content-size 798x120 [BFC] children: not-inline
|
||||
Box <body> at (10,10) content-size 780x102 flex-container(column) [FFC] children: not-inline
|
||||
ImageBox <img> at (11,11) content-size 100x100 flex-item children: not-inline
|
Loading…
Add table
Add a link
Reference in a new issue