mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Fix intrinsic sizing of column flex containers (#33299)
From https://drafts.csswg.org/css-flexbox-1/#intrinsic-cross-sizes, > The min-content/max-content cross size of a single-line flex container > is the largest min-content contribution/max-content contribution > (respectively) of its flex items. We were using the min/max-content size instead of the min/max-content contribution. Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
e43e477842
commit
27d87f104e
15 changed files with 3 additions and 63 deletions
|
@ -1,2 +0,0 @@
|
|||
[multiline-shrink-to-fit.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue