ladybird/Tests/LibWeb/Screenshot/expected
Jelle Raaijmakers 70b52e0994 LibWeb: Use efficient background repeat path for either direction
We're able to efficiently draw repeated bitmaps through Skia, but for
backgrounds we only did so if the background was `repeat-x` _and_
`repeat-y`, and not if just one was set. This meant that for backgrounds
that were only repeating in one direction, we were taking the slow path.
Turns out that this slow path also produced graphical artifacts when
zooming in and out, so let's not do that :^)
2025-05-09 21:37:48 +02:00
..
alt-frame-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
border-radius-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
canvas-arcs-and-ellipses-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
canvas-fillstyle-gradients-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
canvas-fillstyle-opacity-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
canvas-fillstyle-rgb-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
canvas-filters-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
canvas-implict-moves-and-lines-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
canvas-path-rect-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
canvas-shadow-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
canvas-stroke-styles-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
canvas-text-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
canvas-unpremultiplied-image-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
clip-path-basic-shapes-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
clip-path-polygon-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
clip-path-transformed-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
color-scheme-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
css-background-clip-text-ref.html Revert "LibWeb/CSS: Implement 'background-blend-mode'" 2025-03-28 16:48:03 +00:00
css-background-position-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
css-background-repeat-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
css-background-repeat-x-and-zoomed-ref.html LibWeb: Use efficient background repeat path for either direction 2025-05-09 21:37:48 +02:00
css-backgrounds-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
css-color-functions-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
css-compositing-ref.html LibWeb/Painting: Fix blending with viewport background 2025-04-01 13:38:00 +02:00
css-filter-drop-shadow-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
css-filter-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
css-gradients-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
css-mask-longhand.html Tests: Do not use data URI in css-mask-longhand test 2025-03-11 12:16:32 -04:00
css-transform-box-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
details-open-then-closed-ref.html LibWeb: Update the <details> layout tree when it is opened/closed 2025-05-09 21:37:14 +02:00
gradient-interpolation-method-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
image-unpremultiplied-data-ref.html LibGfx+LibWeb: Convert bitmap alpha type when creating ImmutableBitmaps 2025-03-22 17:49:38 +01:00
inline-node-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
input-placeholder-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
meter-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
nested-boxes-with-hidden-overflow-and-border-radius-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
object-fit-position-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
opacity-stacking-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
ordered-list-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
outer-box-shadow-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
svg-axis-aligned-lines-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
svg-background-no-natural-size-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
svg-clip-path-and-mask-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
svg-clip-path-transform-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
svg-clip-rule-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
svg-foreign-object-mask-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
svg-gradient-paint-transformation-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
svg-gradient-spreadMethod-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
svg-gradient-userSpaceOnUse-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
svg-maskContentUnits-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
svg-non-local-clip-path-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
svg-path-offset-rounding-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
svg-paths-cardinal-directions-less-than-1px-wide-ref.html LibWeb: Prevent paths thinner than 1px from disappearing 2025-01-07 09:05:04 +00:00
svg-radialGradient-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
svg-simple-clipPath-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
svg-stroke-paintstyle-with-opacity-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
svg-stroke-styles-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
svg-text-effects-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
svg-textPath-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
text-decorations-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
text-direction-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
text-shadow-ref.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00