about summary refs log tree commit diff stats
path: root/test/layout/table.color.expected
Commit message (Collapse)AuthorAgeFilesLines
* layout: adjust table cell height to fill rowsbptato2025-03-031-3/+3
| | | | | | Achieved by generating an anonymous flow root child for the contents and positioning that. (Not the cell contents directly - that wouldn't work because of inline child boxes.)
* test: add js & layout testsbptato2024-04-211-0/+10
(Sadly some layout tests still fail.)