1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 16:00:59 +00:00
serenity/Tests/LibWeb/Layout/input/table
Aliaksandr Kalenik d9f0c2a806 LibWeb: Implement "distribute height to rows" step in TFC
This commit implements following missing steps in table layout:
- Calculate final table height
- Resolve percentage height of cells and rows using final table height
- Distribute avilable height to table rows
2023-04-29 06:46:45 +02:00
..
auto-height.html LibWeb: Move table tests to their own folder 2023-04-07 10:42:26 +02:00
basic.html LibWeb: Add table formatting tests 2023-04-07 10:42:26 +02:00
borders.html LibWeb: Add table formatting tests 2023-04-07 10:42:26 +02:00
cell-px-height.html LibWeb: Consider cell computed height in total row min height of table 2023-04-28 06:17:07 +02:00
in-auto-height-flex-item.html LibWeb: Move table tests to their own folder 2023-04-07 10:42:26 +02:00
row-px-height.html LibWeb: Consider row computed height in total row min height of table 2023-04-28 06:17:07 +02:00
rows-height-distribution-1.html LibWeb: Implement "distribute height to rows" step in TFC 2023-04-29 06:46:45 +02:00
rows-height-distribution-2.html LibWeb: Implement "distribute height to rows" step in TFC 2023-04-29 06:46:45 +02:00
rows-height-distribution-3.html LibWeb: Implement "distribute height to rows" step in TFC 2023-04-29 06:46:45 +02:00
rows-height-distribution-4.html LibWeb: Implement "distribute height to rows" step in TFC 2023-04-29 06:46:45 +02:00
size.html LibWeb: Use max-width property in table formatting 2023-04-07 10:42:26 +02:00
zero-columns-gridmax.html LibWeb: Fix division by zero in table columns width distribution 2023-04-29 06:46:45 +02:00