ladybird/Tests/LibWeb/Screenshot/images
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
..
alt-frame.png LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01:00
border-radius-ref.png LibWeb/Painting: Fix blending with viewport background 2025-04-01 13:38:00 +02:00
canvas-arcs-and-ellipses-ref.png Meta+LibWeb: Update Skia to version 129 2024-09-19 14:07:16 -04:00
canvas-fillstyle-gradients-ref.png Tests: Add fillstyle gradients screenshot test for canvas 2024-12-06 20:21:57 +01:00
canvas-fillstyle-opacity.png Tests: Add screenshot test for Canvas2D fillstyle opacity 2024-12-19 13:31:12 +01:00
canvas-fillstyle-rgb.png LibWeb: Introduce color-function-specific style values 2024-08-21 10:51:48 +01:00
canvas-filters.png LibGfx+LibWeb: Convert bitmap alpha type when creating ImmutableBitmaps 2025-03-22 17:49:38 +01:00
canvas-implict-moves-and-lines-ref.png LibGfx: Implement Gfx::AlphaType for SkiaPainter 2024-08-20 20:39:09 +02:00
canvas-path-rect-ref.png LibGfx: Implement Gfx::AlphaType for SkiaPainter 2024-08-20 20:39:09 +02:00
canvas-shadow-ref.png Tests: Modify canvas-shadow test to use shadowBlur 2024-12-05 17:07:13 +01:00
canvas-stroke-styles-ref.png LibWeb+LibGfx: Paint dash array and offset for SVG and Canvas 2025-04-14 18:00:38 +01:00
canvas-text-ref.png LibGfx+LibWeb: Add Path::glyph_run() and use in canvas 2025-04-21 09:51:16 +02:00
canvas-unpremultiplied-image-ref.png LibGfx: Implement Gfx::AlphaType for SkiaPainter 2024-08-20 20:39:09 +02:00
clip-path-basic-shapes-ref.png LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
clip-path-polygon-ref.png Revert "LibWeb/CSS: Implement 'background-blend-mode'" 2025-03-28 16:48:03 +00:00
clip-path-transformed-ref.png LibWeb/Painting: Fix blending with viewport background 2025-04-01 13:38:00 +02:00
color-scheme-ref.png LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
css-background-clip-text.png LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
css-background-position-ref.png Everywhere: Use Skia painter by default 2024-07-21 10:36:17 +02:00
css-background-repeat-ref.png Everywhere: Use Skia painter by default 2024-07-21 10:36:17 +02:00
css-backgrounds-ref.png LibWeb/Painting: Fix blending with viewport background 2025-04-01 13:38:00 +02:00
css-color-functions-ref.png LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
css-compositing-ref.png LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
css-filter-drop-shadow-ref.png LibWeb/Painting: Fix blending with viewport background 2025-04-01 13:38:00 +02:00
css-filter-ref.png LibWeb/Painting: Fix blending with viewport background 2025-04-01 13:38:00 +02:00
css-gradients-ref.png LibWeb/Painting: Fix blending with viewport background 2025-04-01 13:38:00 +02:00
css-transform-box-ref.png LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
gradient-interpolation-method-ref.png LibWeb: Implement css gradient-interpolation-method 2025-03-06 11:33:12 +00:00
image-unpremultiplied-data-ref.png LibGfx+LibWeb: Convert bitmap alpha type when creating ImmutableBitmaps 2025-03-22 17:49:38 +01:00
inline-node-ref.png LibWeb/Painting: Fix blending with viewport background 2025-04-01 13:38:00 +02:00
input-placeholder-ref.png LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
meter-ref.png LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
nested-boxes-with-hidden-overflow-and-border-radius-ref.png LibWeb/Painting: Fix blending with viewport background 2025-04-01 13:38:00 +02:00
object-fit-position.png LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
opacity-stacking-ref.png Meta+LibWeb: Update Skia to version 129 2024-09-19 14:07:16 -04:00
ordered-list-ref.png LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
outer-box-shadow-ref.png LibWeb/Painting: Fix blending with viewport background 2025-04-01 13:38:00 +02:00
svg-axis-aligned-lines-ref.png Everywhere: Use Skia painter by default 2024-07-21 10:36:17 +02:00
svg-background-no-natural-size-ref.png LibWeb/SVG: Implement cap_style, join_style for Skia painting backend 2025-03-13 15:09:41 +01:00
svg-clip-path-and-mask-ref.png LibWeb: Render CSS and SVG masks on the GPU if possible 2024-09-26 16:30:50 +02:00
svg-clip-path-transform-ref.png LibWeb/Painting: Fix blending with viewport background 2025-04-01 13:38:00 +02:00
svg-clip-rule-ref.png Everywhere: Use Skia painter by default 2024-07-21 10:36:17 +02:00
svg-foreign-object-mask-ref.png LibWeb: Don't allow SVG boxes to create a stacking context 2024-10-09 18:42:20 +02:00
svg-gradient-paint-transformation-ref.png LibWeb/Painting: Fix blending with viewport background 2025-04-01 13:38:00 +02:00
svg-gradient-spreadMethod-ref.png LibWeb+LibGfx: Fix SVG userSpaceOnUse gradient coordinate transformation 2024-10-28 22:53:17 +01:00
svg-gradient-userSpaceOnUse-ref.png LibGfx: Round values in Color::with_opacity() 2024-11-21 11:59:44 +00:00
svg-maskContentUnits-ref.png LibWeb: Render CSS and SVG masks on the GPU if possible 2024-09-26 16:30:50 +02:00
svg-non-local-clip-path-ref.png Everywhere: Use Skia painter by default 2024-07-21 10:36:17 +02:00
svg-path-offset-rounding-ref.png LibWeb/Painting: Fix blending with viewport background 2025-04-01 13:38:00 +02:00
svg-paths-cardinal-directions-less-than-1px-wide-ref.png LibWeb: Prevent paths thinner than 1px from disappearing 2025-01-07 09:05:04 +00:00
svg-radialGradient-ref.png LibWeb+LibGfx: Fix SVG userSpaceOnUse gradient coordinate transformation 2024-10-28 22:53:17 +01:00
svg-simple-clipPath-ref.png Everywhere: Use Skia painter by default 2024-07-21 10:36:17 +02:00
svg-stroke-paintstyle-with-opacity-ref.png Everywhere: Use Skia painter by default 2024-07-21 10:36:17 +02:00
svg-stroke-styles-ref.png LibWeb+LibGfx: Paint dash array and offset for SVG and Canvas 2025-04-14 18:00:38 +01:00
svg-text-effects-ref.png LibWeb: Apply the paint transformation in SVGGradientElement 2024-11-15 23:21:13 +01:00
svg-textPath-ref.png LibWeb/Painting: Fix blending with viewport background 2025-04-01 13:38:00 +02:00
text-decorations.png LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
text-direction-ref.png LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
text-shadow-ref.png LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00