ladybird/Tests/LibWeb/Layout/expected/table
Jelle Raaijmakers 71665fa504 LibWeb: Scale font size by 1.15 for line-height: normal
Browsers such as Chrome and Firefox apply an arbitrary scale to the
current font size if `normal` is used for `line-height`. Firefox uses
1.2 while Chrome uses 1.15. Let's go with the latter for now, it's
relatively easy to change if we ever want to go back on that decision.

This also requires updating the expectations for a lot of layout tests.
The upside of this is that it's a bit easier to compare our layout
results to other browsers', especially Chrome.
2025-05-05 13:15:56 +02: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
align-top-and-bottom.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
auto-height.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
auto-margins.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
avoid-div-by-zero-in-table-measures.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
basic.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
border-attribute-overridden-by-css.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
border-attribute.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
border-collapse-is-inherited.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
border-conflict-resolution-with-cell.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
border-conflict-resolution-with-col.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
border-conflict-resolution-with-row.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
border-conflict-resolution-with-rowgroup.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
border-conflict-resolutions-with-more-cells-than-cols.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
border-spacing-and-borders-table-width.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
border-spacing-colspan.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
border-spacing-rowspan.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
border-spacing-with-percentage-width.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
border-spacing.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
borders.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
bottom-caption.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
cell-auto-max-width-table-percentage-width.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
cell-px-height.txt Meta: Add doctypes to all table layout tests 2025-05-04 11:23:17 +02:00
cell-relative-to-specified-table-width.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
cell-with-max-width.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
clip-spans-to-table-end.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
col-span-crash.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
colgroup-with-two-cols.txt Meta: Add doctypes to all table layout tests 2025-05-04 11:23:17 +02:00
colspan-overflow-crash.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
colspan-percentage-width.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
colspan-weighted-width-distribution.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
colspan-width-distribution.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
colspan-with-trailing-characters.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
columns-width-distribution-1.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02: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: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
fixed-layout-percentage-width.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
fixed-layout-pixel-width-all-columns.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
fixed-layout-pixel-width.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
fixed-layout.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
fixed-margins.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
in-auto-height-flex-item.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
infinite-padding.txt
inline-table-width.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
internal-alignment.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
keyword-value-does-not-constrain-column.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
line-breaking-in-cells.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
long-caption-increases-width.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
missing-cells-with-span.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
missing-cells.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
multi-line-cell.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
nested-table-alignment.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
nested-table-box-width.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
percentage-width-columns.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
percentage-width-for-nested-table-is-like-auto.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
percentage-width-max-width-columns.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
propagate-style-update-to-wrapper.txt Meta: Add doctypes to all table layout tests 2025-05-04 11:23:17 +02:00
row-outer-size-with-computed-size.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
row-px-height.txt Meta: Add doctypes to all table layout tests 2025-05-04 11:23:17 +02:00
row-span-and-nested-tables.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
rows-height-distribution-1.txt Meta: Add doctypes to all table layout tests 2025-05-04 11:23:17 +02:00
rows-height-distribution-2.txt Meta: Add doctypes to all table layout tests 2025-05-04 11:23:17 +02:00
rows-height-distribution-3.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
rows-height-distribution-4.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
rowspan-with-trailing-characters.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
rowspan.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
size.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
stretch-to-fixed-height.txt Meta: Add doctypes to all table layout tests 2025-05-04 11:23:17 +02:00
style-invalidation-propagation-to-table-wrapper.txt LibWeb: Delete parent state pointer in LayoutState 2025-03-26 12:08:09 +00:00
sum-of-percentage-column-widths-less-than-100.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
table-align-center-with-margin.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
table-align-center.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
table-cell-not-paintable.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
table-cellpadding.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
table-fixup-font-size-and-line-height.txt
table-formation-with-rowspan-in-the-middle.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
table-header-and-footer-groups.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02: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: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
table-width-max-content.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
table-width-min-content-containing-block.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
table-width-min-content.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
table-width.txt Meta: Add doctypes to all table layout tests 2025-05-04 11:23:17 +02:00
td-valign.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
top-caption-with-padding.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
tr-valign.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
vertical-align-baseline.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
vertical-align-middle-td-vs-div.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
vertical-align-middle-vs-top.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
width-distribution-and-constrained-columns-increased-size-on-col.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
width-distribution-and-constrained-columns-size-on-col.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
width-distribution-and-constrained-columns.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
width-distribution-of-max-width-increment.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
zero-columns-gridmax.txt Meta: Add doctypes to all table layout tests 2025-05-04 11:23:17 +02:00