layout: Add support for align-content: stretch (#32906)

This adds support for `align-content: stretch` by splitting flex line
layout into two phases. The first phase takes place before determing how
much extra space to allocate for stretching items. Then line layout
finishes, which might cause two layouts for items with `align-self:
stretch`.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Co-authored-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
Martin Robinson 2024-08-06 12:33:37 +02:00 committed by GitHub
parent 3800922cde
commit 1d464a576a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 521 additions and 469 deletions

File diff suppressed because it is too large Load diff