about summary refs log tree commit diff stats
path: root/test/layout/inline-margin-collapses-over-empty-boxes.expected
Commit message (Collapse)AuthorAgeFilesLines
* layout: unify BlockBox and InlineBox, refactor buildingbptato2025-02-071-0/+16
* normalize flow baseline computation * fix various margin collapsing bugs * eliminate inlineStack * eliminate push* * derive BlockBox and InlineBox from CSSBox This removes a pointer from BlockBox, and adds a pointer to both BlockBox and InlineBox (type field). A net loss, but it makes the code more manageable. Plus, inline groups now need one less allocation, so overall it's not that bad.