about summary refs log tree commit diff stats
path: root/test/layout/table-overlapping-rowspan-and-colspan.html
Commit message (Collapse)AuthorAgeFilesLines
* layout: fix crash on overlapping rowspan/colspanbptato2024-11-171-0/+20
The rowspan filler must get a smaller colspan if its first cells are occupied by another cell with a colspan > 1.