1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 20:57:35 +00:00
serenity/Tests/LibWeb/Layout/expected/table
Aliaksandr Kalenik e54ee7de96 LibWeb: Exclude borders from width available for table columns
Fix table box width calculation to minus horizonal borders from space
available for columns.
2023-04-29 16:08:48 +02:00
..
auto-height.txt LibWeb: Move table tests to their own folder 2023-04-07 10:42:26 +02:00
basic.txt LibWeb: Add table formatting tests 2023-04-07 10:42:26 +02:00
borders.txt LibWeb: Exclude borders from width available for table columns 2023-04-29 16:08:48 +02:00
cell-px-height.txt 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.txt LibWeb: Move table tests to their own folder 2023-04-07 10:42:26 +02:00
row-px-height.txt LibWeb: Consider row computed height in total row min height of table 2023-04-28 06:17:07 +02:00
rows-height-distribution-1.txt LibWeb: Implement "distribute height to rows" step in TFC 2023-04-29 06:46:45 +02:00
rows-height-distribution-2.txt LibWeb: Implement "distribute height to rows" step in TFC 2023-04-29 06:46:45 +02:00
rows-height-distribution-3.txt LibWeb: Implement "distribute height to rows" step in TFC 2023-04-29 06:46:45 +02:00
rows-height-distribution-4.txt LibWeb: Implement "distribute height to rows" step in TFC 2023-04-29 06:46:45 +02:00
size.txt LibWeb: Use max-width property in table formatting 2023-04-07 10:42:26 +02:00
table-width.txt LibWeb: Exclude borders from width available for table columns 2023-04-29 16:08:48 +02:00
zero-columns-gridmax.txt LibWeb: Fix division by zero in table columns width distribution 2023-04-29 06:46:45 +02:00