mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Obey min and max cross sizes of flex items (#33242)
When laying out the contents of a flex item, we used to resolve their cross-axis percentages against the preferred cross size of the item. Now we will take the min and max cross sizes into account. Signed-off-by: Oriol Brufau <obrufau@igalia.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
59c74c874a
commit
46dbe4ce32
3 changed files with 49 additions and 1 deletions
13
tests/wpt/meta/MANIFEST.json
vendored
13
tests/wpt/meta/MANIFEST.json
vendored
|
@ -176387,6 +176387,19 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"percentage-max-height-005.html": [
|
||||
"3ca28b3ec1ecc6a204fb1177e1452ec4ce7a5c1c",
|
||||
[
|
||||
null,
|
||||
[
|
||||
[
|
||||
"/css/reference/ref-filled-green-100px-square.xht",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"percentage-padding-002.html": [
|
||||
"9eaaff013ef26f557f5f883fea76b81b6031769f",
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue