mirror of
https://github.com/servo/servo.git
synced 2025-09-18 19:08:22 +01:00
Obey min and max properties when computing main size of column flex (#34450)
When laying out a column flex container with an auto preferred main size, we were resolving the used main size to the intrinsic max-content size. However, we weren't clamping this amount between the min and max sizes. Signed-off-by: Oriol Brufau <obrufau@igalia.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
e146417b42
commit
ad448da7de
8 changed files with 12 additions and 171 deletions
|
@ -10,7 +10,3 @@
|
|||
|
||||
[.flexbox, .inline-flexbox 4]
|
||||
expected: FAIL
|
||||
|
||||
[.flexbox 1]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue