1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 22:08:10 +00:00
serenity/Tests/LibWeb/Layout/input/table
Andi Gallo 205f9c75d9 LibWeb: Fix empty slot finding in table formation algorithm
The algorithm which finds the first free slot must run for every cell,
not for every row.
2023-06-19 13:19:32 +02:00
..
auto-height.html LibWeb: Move table tests to their own folder 2023-04-07 10:42:26 +02:00
auto-margins.html LibWeb: Exclude table-wrapper margins from table available width 2023-05-03 15:03:56 +02:00
basic.html LibWeb: Add table formatting tests 2023-04-07 10:42:26 +02:00
border-collapse-is-inherited.html LibWeb: Make border-collapse actually inherited 2023-06-16 17:21:15 +02:00
border-conflict-resolution-with-col.html LibWeb: Add partial implementation of border conflict resolution 2023-06-10 11:17:21 +02:00
border-spacing-colspan.html LibWeb: Add layout support for border spacing 2023-06-16 13:57:31 +02:00
border-spacing-rowspan.html LibWeb: Add layout support for border spacing 2023-06-16 13:57:31 +02:00
border-spacing.html LibWeb: Add layout support for border spacing 2023-06-16 13:57:31 +02:00
borders.html LibWeb: Add table formatting tests 2023-04-07 10:42:26 +02:00
bottom-caption.html LibWeb: Add support for table caption 2023-06-10 07:09:11 +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
colspan-width-distribution.html LibWeb: Fix upper limit of span when computing column measures 2023-06-10 07:10:06 +02:00
columns-width-distribution-1.html LibWeb: Set zero underflow when calculating intrinsic width of block 2023-05-02 12:41:45 +02:00
fixed-margins.html LibWeb: Exclude table-wrapper margins from table available width 2023-05-03 15:03:56 +02:00
in-auto-height-flex-item.html LibWeb: Move table tests to their own folder 2023-04-07 10:42:26 +02:00
inline-table-width.html LibWeb: Set width in compute_width_for_table_wrapper() 2023-05-07 06:31:53 +02:00
long-caption-increases-width.html LibWeb: Add support for table caption 2023-06-10 07:09:11 +02:00
multi-line-cell.html LibWeb: Skip separate height computation for tables 2023-06-18 20:55:06 +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
row-span-and-nested-tables.html LibWeb: Some row span fixes when combined with nested tables 2023-06-12 17:51:00 +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
rowspan.html LibWeb: Implement table rowspan 2023-05-21 14:23:41 +02:00
size.html LibWeb: Use max-width property in table formatting 2023-04-07 10:42:26 +02:00
table-formation-with-rowspan-in-the-middle.html LibWeb: Fix empty slot finding in table formation algorithm 2023-06-19 13:19:32 +02:00
table-width.html LibWeb: Exclude borders from width available for table columns 2023-04-29 16:08:48 +02:00
zero-columns-gridmax.html LibWeb: Fix division by zero in table columns width distribution 2023-04-29 06:46:45 +02:00