1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-16 13:01:00 +00:00
serenity/Tests/LibWeb/Layout/expected/table
Andi Gallo 3b75b9ef1c LibWeb: Avoid division by zero when computing table measures
For malformed tables which only have cells with span greater than 1, the
content sizes for row and column aren't initialized to non-zero values.
Avoid undefined behavior in such cases, which sometimes show up on
Wikipedia.
2023-07-27 08:01:36 +02:00
..
align-top-and-bottom.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
auto-height.txt LibWeb: Output names of inner table boxes in layout dump 2023-05-29 21:36:17 +02:00
auto-margins.txt LibWeb: Output names of inner table boxes in layout dump 2023-05-29 21:36:17 +02:00
avoid-div-by-zero-in-table-measures.txt LibWeb: Avoid division by zero when computing table measures 2023-07-27 08:01:36 +02:00
basic.txt LibWeb: Convert divisor to double in TableFormattingContext 2023-07-26 08:38:03 +02:00
border-collapse-is-inherited.txt LibWeb: Convert divisor to double in TableFormattingContext 2023-07-26 08:38:03 +02:00
border-conflict-resolution-with-cell.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
border-conflict-resolution-with-col.txt LibWeb: Convert divisor to double in TableFormattingContext 2023-07-26 08:38:03 +02:00
border-conflict-resolution-with-row.txt LibWeb: Convert divisor to double in TableFormattingContext 2023-07-26 08:38:03 +02:00
border-conflict-resolution-with-rowgroup.txt LibWeb: Convert divisor to double in TableFormattingContext 2023-07-26 08:38:03 +02:00
border-spacing-and-borders-table-width.txt LibWeb: Report border box width for tables in a block 2023-06-25 08:13:04 +02:00
border-spacing-colspan.txt LibWeb: Convert divisor to double in TableFormattingContext 2023-07-26 08:38:03 +02:00
border-spacing-rowspan.txt LibWeb: Convert divisor to double in TableFormattingContext 2023-07-26 08:38:03 +02:00
border-spacing-with-percentage-width.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
border-spacing.txt LibWeb: Convert divisor to double in TableFormattingContext 2023-07-26 08:38:03 +02:00
borders.txt LibWeb: Convert divisor to double in TableFormattingContext 2023-07-26 08:38:03 +02:00
bottom-caption.txt LibWeb: Convert divisor to double in TableFormattingContext 2023-07-26 08:38:03 +02:00
cell-auto-max-width-table-percentage-width.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
cell-px-height.txt LibWeb: Output names of inner table boxes in layout dump 2023-05-29 21:36:17 +02:00
cell-relative-to-specified-table-width.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
clip-spans-to-table-end.txt LibWeb: Convert divisor to double in TableFormattingContext 2023-07-26 08:38:03 +02:00
colspan-percentage-width.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
colspan-weighted-width-distribution.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
colspan-width-distribution.txt LibWeb: Convert divisor to double in TableFormattingContext 2023-07-26 08:38:03 +02:00
columns-width-distribution-1.txt LibWeb: Convert divisor to double in TableFormattingContext 2023-07-26 08:38:03 +02:00
fixed-margins.txt LibWeb: Convert divisor to double in TableFormattingContext 2023-07-26 08:38:03 +02:00
in-auto-height-flex-item.txt LibWeb: Output names of inner table boxes in layout dump 2023-05-29 21:36:17 +02:00
inline-table-width.txt LibWeb: Add vertical border heights to tr 2023-07-01 08:07:49 +02:00
long-caption-increases-width.txt LibWeb: Convert divisor to double in TableFormattingContext 2023-07-26 08:38:03 +02:00
multi-line-cell.txt LibWeb: Convert divisor to double in TableFormattingContext 2023-07-26 08:38:03 +02:00
nested-table-box-width.txt LibWeb: Add vertical border heights to tr 2023-07-01 08:07:49 +02:00
percentage-width-columns.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
propagate-style-update-to-wrapper.txt LibWeb/Tests: Better trigger for table style update test 2023-06-23 20:23:00 +02:00
row-outer-size-with-computed-size.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
row-px-height.txt LibWeb: Output names of inner table boxes in layout dump 2023-05-29 21:36:17 +02:00
row-span-and-nested-tables.txt LibWeb: Convert divisor to double in TableFormattingContext 2023-07-26 08:38:03 +02:00
rows-height-distribution-1.txt LibWeb: Convert divisor to double in TableFormattingContext 2023-07-26 08:38:03 +02:00
rows-height-distribution-2.txt LibWeb: Output names of inner table boxes in layout dump 2023-05-29 21:36:17 +02:00
rows-height-distribution-3.txt LibWeb: Output names of inner table boxes in layout dump 2023-05-29 21:36:17 +02:00
rows-height-distribution-4.txt LibWeb: Output names of inner table boxes in layout dump 2023-05-29 21:36:17 +02:00
rowspan.txt LibWeb: Add vertical border heights to tr 2023-07-01 08:07:49 +02:00
size.txt LibWeb: Output names of inner table boxes in layout dump 2023-05-29 21:36:17 +02:00
stretch-to-fixed-height.txt LibWeb: Adjust specified table height 2023-06-25 15:08:42 +02:00
sum-of-percentage-column-widths-less-than-100.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
table-formation-with-rowspan-in-the-middle.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
table-header-and-footer-groups.txt LibWeb: Make Layout::TextNode::text_for_rendering() lazily computed 2023-07-03 11:50:58 +02:00
table-width.txt LibWeb: Report border box width for tables in a block 2023-06-25 08:13:04 +02:00
td-valign.txt LibWeb: Support valign attribute on td elements 2023-07-04 13:26:49 +02:00
top-caption-with-padding.txt LibWeb: Fix vertical position of top table caption 2023-07-25 11:21:07 +02:00
width-distribution-and-constrained-columns-increased-size-on-col.txt LibWeb: Use column and row size for cell outer sizes 2023-07-22 07:06:50 +02:00
width-distribution-and-constrained-columns-size-on-col.txt LibWeb: Check column or row size attributes for constrainedness 2023-07-22 07:06:50 +02:00
width-distribution-and-constrained-columns.txt LibWeb: Don't distribute excess width to constrained columns 2023-06-28 12:17:55 +02:00
width-distribution-of-max-width-increment.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
zero-columns-gridmax.txt LibWeb: Output names of inner table boxes in layout dump 2023-05-29 21:36:17 +02:00