about summary refs log tree commit diff stats
path: root/test/layout/table-overlapping-rowspan-and-colspan.expected
Commit message (Collapse)AuthorAgeFilesLines
* render: actually fix the "extra unnecessary line" bugbptato2025-01-211-1/+0
| | | | Plus remove addLines, it's no longer very useful.
* layout: fix crash on overlapping rowspan/colspanbptato2024-11-171-0/+3
The rowspan filler must get a smaller colspan if its first cells are occupied by another cell with a colspan > 1.