about summary refs log tree commit diff stats
path: root/test/layout/inline-table-missing-parents.color.expected
Commit message (Collapse)AuthorAgeFilesLines
* render: blend in paintBackgroundbptato2025-01-211-1/+0
| | | | | | | It's an improvement, but the painting order still isn't quite right... Also fixes a bug where paintBackground would unnecessarily append an extra line to the document's end.
* layout: inline table fixesbptato2024-07-271-0/+11
* properly wrap inline internal table boxes in inline-table (instead of block-level table) * fix missing baseline in table wrapper boxes * fix wrong wrapping of misparented table/row/row group children