about summary refs log tree commit diff stats
path: root/test/layout/inline-float-collapsed-child-margin.expected
Commit message (Collapse)AuthorAgeFilesLines
* layout: simplify a bit, fix some inline float bugsbptato2024-11-011-0/+3
* simplify "positioned" value calculation: - don't include it in ResolvedSizes, since it's unused in most layouts - resolvePositioned for both absolute and relative positioning - use "size" instead of "space" for absolute positioning - include parent width in layout so that renderdocument does not have to account for it * return bottom margins as regular return values instead of var * fix child bottom margins being discarded in inline floats * fix inline float not including the parent block position in its BFC position