Partial implementation of keyword sizes for block layout (#34568)

Adds support for min-content, max-content, fit-content and stretch,
for block-level elements that don't establish an independent formatting
context, and for block-level elements when there is no float.

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
Oriol Brufau 2024-12-16 13:34:57 +01:00 committed by GitHub
parent 6be403d8b4
commit eb82161a8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
115 changed files with 244 additions and 632 deletions

View file

@ -1,28 +1,16 @@
[grid-auto-repeat-max-size-001.tentative.html]
[.grid 10]
expected: FAIL
[.grid 11]
expected: FAIL
[.grid 13]
expected: FAIL
[.grid 14]
expected: FAIL
[.grid 15]
expected: FAIL
[.grid 16: Percentage padding, min-content]
expected: FAIL
[.grid 17]
expected: FAIL
[.grid 18]
expected: FAIL
[.grid 19: Percentage padding, max-content]
expected: FAIL

View file

@ -0,0 +1,6 @@
[grid-auto-repeat-max-size-002.html]
[.grid 3]
expected: FAIL
[.grid 4]
expected: FAIL