ladybird/Tests/LibWeb/Layout/expected/table
Jelle Raaijmakers 4d9f17eddf LibGfx+LibWeb: Draw glyph runs with subpixel accuracy
This improves the quality of our font rendering, especially when
animations are involved. Relevant changes:

  * Skia fonts have their subpixel flag set, which means that individual
    glyphs are rendered at subpixel offsets causing glyph runs as a
    whole to look better.

  * Fragment offsets are no longer rounded to whole device pixels, and
    instead the floating point offset is kept. This allows us to pass
    through the floating point baseline position all the way to the Skia
    calls, which already expected that to be a float position.

The `scrollable-contains-table.html` ref test needed different table
headings since they would slightly inflate the column size in the test
file, but not the reference.
2024-12-21 23:09:52 +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: 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 LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01: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 LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01: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-conflict-resolutions-with-more-cells-than-cols.txt LibWeb: Fix out-of-bound crash when there's more table cells than cols 2024-11-06 09:36:33 +00: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 LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01:00
border-spacing-rowspan.txt LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01:00
border-spacing-with-percentage-width.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
border-spacing.txt LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01:00
borders.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
bottom-caption.txt LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01: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 LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +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: Consider every row when calculating table width 2024-11-05 10:58:11 +00: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: Consider every row when calculating table width 2024-11-05 10:58:11 +00:00
colspan-percentage-width.txt LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01:00
colspan-weighted-width-distribution.txt LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01:00
colspan-width-distribution.txt LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01:00
colspan-with-trailing-characters.txt LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01:00
columns-width-distribution-1.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +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: 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 LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01: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 LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +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 LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01: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/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: 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