about summary refs log tree commit diff stats
path: root/test/layout/flex-item-margin-collapsing.color.expected
Commit message (Collapse)AuthorAgeFilesLines
* render: actually fix the "extra unnecessary line" bugbptato2025-01-211-1/+0
| | | | Plus remove addLines, it's no longer very useful.
* layout: implement layoutFlexItem as layoutRootBlockbptato2025-01-021-0/+17
This way, it benefits from sub-layout caching. Which is great because our flex layout likes to unnecessarily redo item layout... Also, we now account for the bottom margin in flex items.