mirror of
https://github.com/servo/servo.git
synced 2025-07-06 06:53:38 +01:00
`FlexContainer::layout()` was forcing `depends_on_block_constraints` to true for `flex-direction: column`. However, it doesn't make sense to do that only for `column` but not for `column-reverse`. Also no test is complaining, so I'm just removing that logic. Testing: no behavior change is intended, so just existing test coverage Signed-off-by: Oriol Brufau <obrufau@igalia.com> |
||
---|---|---|
.. | ||
geom.rs | ||
layout.rs | ||
mod.rs |