about summary refs log tree commit diff stats
path: root/test/layout/float-position-with-inline-parent-that-establishes-bfc.expected
Commit message (Collapse)AuthorAgeFilesLines
* layout: fix yet another inline float bugbptato2024-11-011-0/+4
you can't just set the BFC offset to your own offset when the BFC's origin is your inner offset. (in block layout, this is addressed by initBlockPositionStates & co, but we don't call that for inline because the offset is already resolved there anyway. so this is a special case)