mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
layout: Support stretch
cross size for flex base size (#35663)
The computation of the flex base size may involve transferring a definite cross size into the main axis through the aspect ratio. We were only considering numeric sizes as definite, but `stretch` can also be definite. Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
8d8f0f49cf
commit
03e953e22c
4 changed files with 93 additions and 5 deletions
26
tests/wpt/meta/MANIFEST.json
vendored
26
tests/wpt/meta/MANIFEST.json
vendored
|
@ -246713,6 +246713,32 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"flexbox-flex-base-size-001.html": [
|
||||
"a7a1aef192d8e95a93ecffb9bbe9834eb7ecbca7",
|
||||
[
|
||||
null,
|
||||
[
|
||||
[
|
||||
"/css/reference/ref-filled-green-200px-square.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"flexbox-flex-base-size-002.html": [
|
||||
"66a1874f933add4ce0e9d0bd5939d46812934ee0",
|
||||
[
|
||||
null,
|
||||
[
|
||||
[
|
||||
"/css/reference/ref-filled-green-200px-square.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"min-width-1.html": [
|
||||
"a1a39073e88d4626be7c469611e3593415849e7a",
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue