Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/css/css-tables/visibility-collapse-row-group-001.txt
Sam Atkins 7c8c05ee82 LibWeb/Layout: Support visibility:collapse on table-row elements
When a table row (or its group) is set to collapse, the row takes up no
vertical space in the layout.

We have to account for this in multiple places, so I've cached whether a
row is collapsed in the TableGrid::Row.
2025-08-11 11:07:47 +01:00

10 lines
272 B
Plaintext

Harness status: OK
Found 5 tests
5 Pass
Pass row group visibility:collapse doesn't change table width
Pass row group visibility:collapse changes table height
Pass the first row should be collapsed
Pass the second row should be collapsed
Pass the third row stays the same