servo/tests/wpt/meta/css/css-flexbox/flex-flow-013.html.ini
Martin Robinson 3289e7d84d
layout: Properly calculate free space in flexbox flexible length resolution (#34150)
Previously, when there were no more violations, the returned value for
line free space was incorrect for flexible length resolution. It was
returning the container main space minus the inner length of each item.
Free space is determined by the outer length though. Fix this by reusing
the `free_space()` function, but with an argument indicating that all
items are now frozen.

Fixes #34079.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2024-11-05 13:32:34 +00:00

12 lines
163 B
INI
Vendored

[flex-flow-013.html]
[.flexbox 12]
expected: FAIL
[.flexbox 11]
expected: FAIL
[.flexbox 9]
expected: FAIL
[.flexbox 10]
expected: FAIL