mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
layout: Implement keyword sizes for block layout heuristics (#34695)
Block layout uses some heuristics to guess whether margins are separated by clearance and then don't collapse. These heuristics now take the min-content, max-content, fit-content and stretch sizing keywords into account. Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
2ab66ce678
commit
6be0a64939
9 changed files with 212 additions and 63 deletions
|
@ -0,0 +1,2 @@
|
|||
[float-clearance-with-margin-collapse-and-fit-content-and-padding-percentage-003.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[float-clearance-with-margin-collapse-and-fit-content-and-padding-percentage-004.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue