ladybird/Tests/LibWeb/Layout/expected/block-and-inline
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
..
abspos-grid-with-definite-width.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
abspos-only-with-inset-left.txt
abspos-with-auto-margins-in-inline-axis.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
abspos-with-bottom-right-insets-relative-to-box-with-paddings.txt
abspos-with-insets-and-auto-margins.txt LibWeb: Subtract left inset from size_available_for_margins for abspos 2024-07-19 13:29:20 +01:00
abspos-with-percentage-height-resolved-against-padding-box-of-containing-block.txt
abspos-with-percentage-padding.txt LibWeb: Fix "box-sizing: border-box" resolution for abspos items 2024-09-17 07:56:18 +02:00
abspos-without-insets-relative-top-box-with-padding-top.txt
abspos-without-insets.txt
atomic-inline-with-aspect-ratio-2.txt
atomic-inline-with-percentage-vertical-align.txt
atomic-inline-with-white-space-nowrap.txt LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01:00
automatic-size-of-block-container-with-inline-children-and-nonempty-floating-child.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
bfc-consider-all-currently-stacked-floats.txt LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01:00
bfc-float-left-break-vertically-2.txt LibWeb: Stop zero-area children from causing scrollable overflow 2024-11-24 11:10:47 +01:00
bfc-float-left-break-vertically.txt
block-level-floating-box-with-clearance.txt
block-with-fit-content-width-constraints.txt
block-with-fit-content-width.txt
block-with-hidden-overflow-after-float.txt
block-with-hidden-overflow-after-sibling-float.txt
block-with-max-content-width.txt
block-with-min-content-width.txt
block-with-negative-margin-and-no-intruding-floats.txt
box-with-clearance-and-margin-top.txt
button-baseline-align.txt LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01:00
button-image-only.txt LibWeb: Propagate margin and offset when computing a box's baseline 2024-07-15 21:31:51 +02:00
button-should-have-vertically-aligned-content.txt LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01:00
button-width.txt LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01:00
button-with-abspos-pseudo-element.txt
button-with-after-pseudo.txt LibGfx+LibWeb: Use harfbuzz for text shaping 2024-08-16 22:28:34 +02:00
button-with-before-pseudo.txt LibGfx+LibWeb: Use harfbuzz for text shaping 2024-08-16 22:28:34 +02:00
button-with-block-content-baseline-align.txt LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01:00
button-with-min-height.txt LibWeb: Propagate margin and offset when computing a box's baseline 2024-07-15 21:31:51 +02:00
button-with-multiple-words-text-node-label.txt LibWeb: Propagate margin and offset when computing a box's baseline 2024-07-15 21:31:51 +02:00
button-with-text-node-label-and-font-size.txt LibWeb: Propagate margin and offset when computing a box's baseline 2024-07-15 21:31:51 +02:00
button-with-text-node-label.txt LibWeb: Propagate margin and offset when computing a box's baseline 2024-07-15 21:31:51 +02:00
clear-both-from-inline-formatting-context.txt
clear-both-without-introducing-clearance.txt
clearfix.txt
columns-33-percent-width.txt LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01:00
flex-container-should-avoid-overlapping-floats.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
float-1.txt
float-2.txt
float-3.txt LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01:00
float-4.txt LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01:00
float-clear-by-line-break.txt LibWeb: Replace InlinePaintable with PaintableWithLines created per line 2024-10-16 20:25:42 +02:00
float-left-and-right-with-justified-text-in-between.txt LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01:00
float-left-and-right-with-text-in-between.txt LibGfx+LibWeb: Use harfbuzz for text shaping 2024-08-16 22:28:34 +02:00
float-logical.txt LibWeb: Handle inline-start and inline-end as float values 2024-07-10 17:41:18 +02:00
float-max-content-containing-block-flex-display.txt
float-max-content-containing-block.txt
float-should-avoid-inline-block.txt LibGfx+LibWeb: Use harfbuzz for text shaping 2024-08-16 22:28:34 +02:00
float-stress-1.txt LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01:00
float-stress-2.txt
float-stress-3.txt
floating-box-with-box-sizing-border-box.txt Tests/LibWeb: Add layout test for float box with box-sizing=border-box 2024-09-18 15:49:40 +02:00
floats-and-negative-margins.txt
floats-with-negative-percentage-margins.txt
forced-break-stops-non-whitespace-sequence.txt LibWeb: Replace InlinePaintable with PaintableWithLines created per line 2024-10-16 20:25:42 +02:00
grid-container-should-avoid-overlapping-floats.txt
html-element-height-quirks-mode-off.txt
html-element-height-quirks-mode-on.txt
ifc-float-left-and-sibling-with-margin-left.txt
inline-block-baseline-1.txt LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01:00
inline-block-baseline-2.txt LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01:00
inline-block-contained-by-abspos-element.txt LibGfx+LibWeb: Use harfbuzz for text shaping 2024-08-16 22:28:34 +02:00
inline-block-percentage-max-width.txt
inline-block-vertical-align-middle.txt LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01:00
inline-block-with-max-width-fit-content.txt
inline-block-with-negative-margin-left.txt
inline-block-with-negative-margin-right.txt
inline-block-with-percentage-height-and-auto-height-of-containing-block.txt
inline-box-positioned-with-top-left.txt LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01:00
inline-box-with-vertical-margins-vertical-align-top.txt LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01:00
inline-box-with-vertical-margins.txt LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01:00
inline-float-clear.txt LibWeb: Change inline float clearance to not reset margin collapsing 2024-09-21 01:55:43 +02:00
inline-node-not-inserted-into-generated-box.txt
intrinsic-sizing-with-min-width-specified.txt
join-out-of-flow-box-with-previous-sibling-if-wrapped-in-anonymous-box.txt
leading-margin-on-inline-content-that-starts-with-collapsible-whitespace.txt LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01:00
list-markers-intruded-by-float.txt
margin-collapse-1.txt LibWeb: Stop zero-area children from causing scrollable overflow 2024-11-24 11:10:47 +01:00
margin-collapse-2.txt
margin-collapse-3.txt
margin-collapse-4.txt
margin-collapse-5.txt LibWeb: Propagate margin and offset when computing a box's baseline 2024-07-15 21:31:51 +02:00
margin-collapse-6.txt
margin-must-not-collapse-across-nested-bfc.txt
margin-padding-block-inline-start.txt LibWeb: Replace InlinePaintable with PaintableWithLines created per line 2024-10-16 20:25:42 +02:00
margin-padding-block-inline.txt LibWeb: Replace InlinePaintable with PaintableWithLines created per line 2024-10-16 20:25:42 +02:00
max-width-for-box-with-inline-children.txt LibGfx+LibWeb: Use harfbuzz for text shaping 2024-08-16 22:28:34 +02:00
max-width-must-not-expand-element.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
max-width-on-child-block-with-width-auto-contributes-to-intrinsic-size-of-parent.txt
max-width-percentage-100-border-box.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
max-width-percentage-100.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
max-width-percentage-containing-block.txt
max-width-wrapped-in-max-content.txt
min-width-for-box-with-inline-children.txt LibGfx+LibWeb: Use harfbuzz for text shaping 2024-08-16 22:28:34 +02:00
narrow-bfc-width-to-avoid-overlap-with-floats.txt
out-of-flows-not-inserted-into-generated-box.txt
percentage-height-box-nested-into-percentage-height-box.txt LibWeb: Resolve not auto height before child box layout in BFC 2024-09-27 20:25:25 +02:00
percentage-height-in-quirks-mode.txt LibWeb: Implement "The percentage height calculation quirk" in BFC 2024-09-28 14:41:26 +02:00
percentage-min-height-with-containing-block-padding.txt
percentage-min-height.txt
percentage-min-width-with-max-content-containing-block-width.txt
percentage-padding-on-inline-block-with-indefinite-containing-block-size.txt
relpos-block.txt
relpos-float.txt
relpos-inline-element-js-offsets.txt LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01:00
relpos-inline-elements.txt LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01:00
single-br-inline-layout.txt
small-percentage-margin.txt
width-auto-margins-set-zero-if-containing-size-smaller.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00