mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
* When a flex item line participates in baseline alignment, the relevant baseline must be parallel to the **main axis** (affected by `flex-direction`) of the flex container. * When a flex item propagates a baseline to a parent layout (such as for `display: inline-flex`) the relevant baseline must be parallel to the **inline axis** (not affected by `flex-direction`) of the flex container. See: * https://drafts.csswg.org/css-flexbox-1/#box-model * https://drafts.csswg.org/css-flexbox-1/#flex-direction-property * https://drafts.csswg.org/css-flexbox-1/#baseline-participation * https://drafts.csswg.org/css-align-3/#baseline-export Testing: covered by existing WPT tests Fixes: https://github.com/servo/servo/issues/43687 Signed-off-by: Simon Sapin <simon@igalia.com>
37 lines
503 B
INI
Vendored
37 lines
503 B
INI
Vendored
[flex-align-baseline-flex-001.html]
|
|
[.target > * 11]
|
|
expected: FAIL
|
|
|
|
[.target > * 15]
|
|
expected: FAIL
|
|
|
|
[.target > * 27]
|
|
expected: FAIL
|
|
|
|
[.target > * 31]
|
|
expected: FAIL
|
|
|
|
[.target > * 33]
|
|
expected: FAIL
|
|
|
|
[.target > * 35]
|
|
expected: FAIL
|
|
|
|
[.target > * 37]
|
|
expected: FAIL
|
|
|
|
[.target > * 39]
|
|
expected: FAIL
|
|
|
|
[.target > * 41]
|
|
expected: FAIL
|
|
|
|
[.target > * 45]
|
|
expected: FAIL
|
|
|
|
[.target > * 43]
|
|
expected: FAIL
|
|
|
|
[.target > * 47]
|
|
expected: FAIL
|