mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +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
3
tests/wpt/meta/css/css-flexbox/fieldset-as-container-justify-center.tentative.html.ini
vendored
Normal file
3
tests/wpt/meta/css/css-flexbox/fieldset-as-container-justify-center.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[fieldset-as-container-justify-center.tentative.html]
|
||||
[.item 1]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue