mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
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>
12 lines
163 B
INI
Vendored
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
|