about summary refs log tree commit diff stats
path: root/test/layout/float-exclusion-after-outer-block-in-inline.expected
Commit message (Collapse)AuthorAgeFilesLines
* layout: various float fixes in inline contextsbptato2025-01-261-0/+2
* reinit line after outer block height is known * do not set wrap in finishLine preceding outer block layout * attach pending inline floats to line boxes * unify flow a bit more The last two points mean that we now (mostly) handle inline floats like block floats, which is great because only the latter ever worked properly. (Well, margin resolution still needs work...)