about summary refs log tree commit diff stats
path: root/test/layout/float-next-to-caption.html
Commit message (Collapse)AuthorAgeFilesLines
* layout: remove BlockBoxBuidlerbptato2024-05-271-0/+4
Instead of allocating a separate object for each box, just re-use a single BlockBox on re-layouts. This means that now the (block-level) tree is built in its final form in the first pass. (Inline boxes remain the same as before for now.)