ladybird/Tests/LibWeb/Layout/expected/table
Andreas Kling 47f5da7523 LibWeb: Actually, don't align all inline content to alphabetic baseline
This essentially reverts 1b46a52cfc
and adds more tests.

The reverted change was an incorrect workaround for the real issue,
which was that we weren't creating anonymous wrapper boxes around inline
children of table-cell boxes.

Now that this has been fixed, we can go back to aligning text properly.
2025-02-25 23:55:36 +01:00
..
absolute-positioning-alignment.txt LibWeb/Layout: Account for box-sizing in table width/height calculations 2024-11-29 15:43:59 +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: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
auto-height.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
auto-margins.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
avoid-div-by-zero-in-table-measures.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
basic.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
border-attribute-overridden-by-css.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
border-attribute.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
border-collapse-is-inherited.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
border-conflict-resolution-with-cell.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
border-conflict-resolution-with-col.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
border-conflict-resolution-with-row.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
border-conflict-resolution-with-rowgroup.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
border-conflict-resolutions-with-more-cells-than-cols.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
border-spacing-and-borders-table-width.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
border-spacing-colspan.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
border-spacing-rowspan.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
border-spacing-with-percentage-width.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
border-spacing.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
borders.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
bottom-caption.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
cell-auto-max-width-table-percentage-width.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +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: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +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: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01: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-overflow-crash.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
colspan-percentage-width.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
colspan-weighted-width-distribution.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
colspan-width-distribution.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
colspan-with-trailing-characters.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
columns-width-distribution-1.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
display-table-size.txt LibWeb/Layout: Account for box-sizing in table width/height calculations 2024-11-29 15:43:59 +01:00
fixed-layout-percentage-width-all-columns.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
fixed-layout-percentage-width.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
fixed-layout-pixel-width-all-columns.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
fixed-layout-pixel-width.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
fixed-layout.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
fixed-margins.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
in-auto-height-flex-item.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +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: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +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: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
line-breaking-in-cells.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
long-caption-increases-width.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
missing-cells-with-span.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
missing-cells.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
multi-line-cell.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
nested-table-alignment.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
nested-table-box-width.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
percentage-width-columns.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
percentage-width-for-nested-table-is-like-auto.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
percentage-width-max-width-columns.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +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: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01: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: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01: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: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
rows-height-distribution-4.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
rowspan-with-trailing-characters.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
rowspan.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01: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: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
sum-of-percentage-column-widths-less-than-100.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
table-align-center-with-margin.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
table-align-center.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +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: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +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: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
table-header-and-footer-groups.txt LibWeb/Layout: Account for box-sizing in table width/height calculations 2024-11-29 15:43:59 +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: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
top-caption-with-padding.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
tr-valign.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
vertical-align-baseline.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
vertical-align-middle-td-vs-div.txt LibWeb: Actually, don't align all inline content to alphabetic baseline 2025-02-25 23:55:36 +01:00
vertical-align-middle-vs-top.txt LibWeb: Actually, don't align all inline content to alphabetic baseline 2025-02-25 23:55:36 +01:00
width-distribution-and-constrained-columns-increased-size-on-col.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
width-distribution-and-constrained-columns-size-on-col.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
width-distribution-and-constrained-columns.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
width-distribution-of-max-width-increment.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00
zero-columns-gridmax.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00