aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/css/css-tables/subpixel-table-cell-width-001.html.ini
Commit message (Collapse)AuthorAgeFilesLines
* Fix size of tables in flow layout (#31455)Oriol Brufau2024-03-021-2/+0
| | | | | | | | | | | | | | | | | | | | | | * Fix size of tables in flow layout The contents of a table can make it bigger than what we would expect from its 'width', 'min-width', 'height' and ' min-height' properties. Also, 'width: auto' doesn't stretch it to fill the containing block. We had to refactor the resolution of margins to happen after layout, otherwise 'auto' margins wouldn't align correctly. Co-authored-by: Martin Robinson <mrobinson@igalia.com> * Feedback * Consistently use `containing_block_for_table` in table layout * Update test result --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com>
* wpt: Unskip the `css-tables suite (#31131)Martin Robinson2024-01-191-0/+2
This will be useful for tracking improvements to table support.