mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
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>
12 lines
188 B
INI
Vendored
12 lines
188 B
INI
Vendored
[flex-item-contains-strict.html]
|
|
[.inline-flex 2]
|
|
expected: FAIL
|
|
|
|
[.inline-flex 6]
|
|
expected: FAIL
|
|
|
|
[.inline-flex 1]
|
|
expected: FAIL
|
|
|
|
[.inline-flex 5]
|
|
expected: FAIL
|