ladybird/Tests/LibWeb/Layout/expected/table
Edward Banner 912511a152 LibWeb: Use containing block to compute scrollable overflow
Instead of using child boxes to compute scrollable overflow for the box,
we use descendants which have the box as their containing block.
2024-10-18 15:26:42 +02:00
..
absolute-positioning-alignment.txt LibWeb: Account for absolutely positioned table wrappers 2024-03-07 08:09:04 +01:00
abspos-pseudo-element-inside-table.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
acid2-reduction.txt LibWeb: Fix height distribution in "vertical-align: baseline" in TFC 2024-04-19 10:55:28 +02:00
align-top-and-bottom.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
auto-height.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
auto-margins.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
avoid-div-by-zero-in-table-measures.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
basic.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
border-attribute-overridden-by-css.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
border-attribute.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
border-collapse-is-inherited.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
border-conflict-resolution-with-cell.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
border-conflict-resolution-with-col.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
border-conflict-resolution-with-row.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
border-conflict-resolution-with-rowgroup.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
border-spacing-and-borders-table-width.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
border-spacing-colspan.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
border-spacing-rowspan.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
border-spacing-with-percentage-width.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
border-spacing.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
borders.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
bottom-caption.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
cell-auto-max-width-table-percentage-width.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
cell-px-height.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
cell-relative-to-specified-table-width.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
cell-with-max-width.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
clip-spans-to-table-end.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
col-span-crash.txt LibWeb: Reserve enough space for span>1 columns in BorderConflictFinder 2024-07-27 20:23:14 +01:00
colgroup-with-two-cols.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
colspan-percentage-width.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
colspan-weighted-width-distribution.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
colspan-width-distribution.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
colspan-with-trailing-characters.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
columns-width-distribution-1.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
fixed-layout-percentage-width-all-columns.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
fixed-layout-percentage-width.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
fixed-layout-pixel-width-all-columns.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
fixed-layout-pixel-width.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
fixed-layout.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
fixed-margins.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
in-auto-height-flex-item.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
infinite-padding.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
inline-table-width.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
internal-alignment.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
keyword-value-does-not-constrain-column.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
line-breaking-in-cells.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
long-caption-increases-width.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
missing-cells-with-span.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
missing-cells.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
multi-line-cell.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
nested-table-alignment.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
nested-table-box-width.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
percentage-width-columns.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
percentage-width-for-nested-table-is-like-auto.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
percentage-width-max-width-columns.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
propagate-style-update-to-wrapper.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
row-outer-size-with-computed-size.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
row-px-height.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
row-span-and-nested-tables.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
rows-height-distribution-1.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
rows-height-distribution-2.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
rows-height-distribution-3.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
rows-height-distribution-4.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
rowspan-with-trailing-characters.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
rowspan.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
size.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
stretch-to-fixed-height.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
style-invalidation-propagation-to-table-wrapper.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
sum-of-percentage-column-widths-less-than-100.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
table-align-center-with-margin.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
table-align-center.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
table-cell-not-paintable.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
table-cellpadding.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
table-fixup-font-size-and-line-height.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
table-formation-with-rowspan-in-the-middle.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
table-header-and-footer-groups.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
table-max-content-width.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
table-width-max-content-containing-block.txt LibWeb: Honor intrinsic constraints on available space in table widths 2024-05-01 11:13:48 +02:00
table-width-max-content.txt LibWeb: Honor intrinsic constraints on available space in table widths 2024-05-01 11:13:48 +02:00
table-width-min-content-containing-block.txt LibWeb: Honor intrinsic constraints on available space in table widths 2024-05-01 11:13:48 +02:00
table-width-min-content.txt LibWeb: Honor intrinsic constraints on available space in table widths 2024-05-01 11:13:48 +02:00
table-width.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
td-valign.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
top-caption-with-padding.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
tr-valign.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
vertical-align-baseline.txt LibGfx+LibWeb: Use harfbuzz for text shaping 2024-08-16 22:28:34 +02:00
width-distribution-and-constrained-columns-increased-size-on-col.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
width-distribution-and-constrained-columns-size-on-col.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
width-distribution-and-constrained-columns.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
width-distribution-of-max-width-increment.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
zero-columns-gridmax.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00