ladybird/Tests/LibWeb/Screenshot/input
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.html Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others 2024-11-05 14:02:07 +00:00
border-radius.html Tests: Correct image URL for border-radius screenshot test 2025-02-12 13:45:11 +00:00
canvas-arcs-and-ellipses.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
canvas-fillstyle-gradients.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
canvas-fillstyle-opacity.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
canvas-fillstyle-rgb.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
canvas-filters.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
canvas-implict-moves-and-lines.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
canvas-path-rect.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
canvas-shadow.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
canvas-stroke-styles.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
canvas-text.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
canvas-unpremultiplied-image.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
clip-path-basic-shapes.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
clip-path-polygon.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
clip-path-transformed.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
color-scheme.html Meta: Add HTML doctype to a screenshot test that should have it 2025-05-06 20:04:18 +02:00
css-background-clip-text.html Tests: Mark existing workarounds consistently 2025-03-05 16:32:47 +01:00
css-background-position.html Tests: Mark existing workarounds consistently 2025-03-05 16:32:47 +01:00
css-background-repeat-x-and-zoomed.html LibWeb: Use efficient background repeat path for either direction 2025-05-09 21:37:48 +02:00
css-background-repeat.html Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others 2024-11-05 14:02:07 +00:00
css-backgrounds.html Tests: Mark existing workarounds consistently 2025-03-05 16:32:47 +01:00
css-color-functions.html Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others 2024-11-05 14:02:07 +00:00
css-compositing.html LibWeb/Painting: Fix blending with viewport background 2025-04-01 13:38:00 +02:00
css-filter-drop-shadow.html Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others 2024-11-05 14:02:07 +00:00
css-filter.html Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others 2024-11-05 14:02:07 +00:00
css-gradients.html Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others 2024-11-05 14:02:07 +00: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.html Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others 2024-11-05 14:02:07 +00:00
details-open-then-closed.html LibWeb: Update the <details> layout tree when it is opened/closed 2025-05-09 21:37:14 +02:00
gradient-interpolation-method.html LibWeb: Implement css gradient-interpolation-method 2025-03-06 11:33:12 +00:00
image-unpremultiplied-data.html LibGfx+LibWeb: Convert bitmap alpha type when creating ImmutableBitmaps 2025-03-22 17:49:38 +01:00
inline-node.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
input-placeholder.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
meter.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
nested-boxes-with-hidden-overflow-and-border-radius.html Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others 2024-11-05 14:02:07 +00:00
object-fit-position.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
opacity-stacking.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
ordered-list.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
outer-box-shadow.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
svg-axis-aligned-lines.html Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others 2024-11-05 14:02:07 +00:00
svg-background-no-natural-size.html Tests: Mark existing workarounds consistently 2025-03-05 16:32:47 +01:00
svg-clip-path-and-mask.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
svg-clip-path-transform.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
svg-clip-rule.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
svg-foreign-object-mask.html Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others 2024-11-05 14:02:07 +00:00
svg-gradient-paint-transformation.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
svg-gradient-spreadMethod.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
svg-gradient-userSpaceOnUse.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
svg-maskContentUnits.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
svg-non-local-clip-path.html Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others 2024-11-05 14:02:07 +00:00
svg-path-offset-rounding.html Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others 2024-11-05 14:02:07 +00:00
svg-paths-cardinal-directions-less-than-1px-wide.html LibWeb: Prevent paths thinner than 1px from disappearing 2025-01-07 09:05:04 +00:00
svg-radialGradient.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
svg-simple-clipPath.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
svg-stroke-paintstyle-with-opacity.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
svg-stroke-styles.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
svg-text-effects.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
svg-textPath.html Meta: Add DOCTYPEs to sceenshot tests 2025-03-20 11:50:49 +01:00
text-decorations.html LibWeb: Implement text-decoration: spelling-error and grammar-error 2025-02-28 16:34:08 +00:00
text-direction.html Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others 2024-11-05 14:02:07 +00:00
text-shadow.html Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others 2024-11-05 14:02:07 +00:00