about summary refs log tree commit diff stats
path: root/test/layout/inline_split_sizes.html
Commit message (Collapse)AuthorAgeFilesLines
* layout: refactor flow and fix some bugs in the processbptato2024-10-311-5/+0
| | | | | | | | | | | | * factor out `margin' field from box state * get rid of RootInlineFragment * `nested' -> `children' * get rid of repositionChildren pass; now we handle relative positioning and -cha-center/-cha-right separately * cha-center, cha-right no longer applies to floats * use consistent naming scheme for tests * fix float bottom margin strut not being flushed * fix inline floats changing non-fit-content width
* layout: remove line-heightbptato2024-09-211-2/+2
| | | | | This was a bad idea that, despite my best efforts, never worked properly.
* test: add js & layout testsbptato2024-04-211-0/+5
(Sadly some layout tests still fail.)