serenity/Tests/LibWeb/Ref
Aliaksandr Kalenik 0283f334af LibWeb: Apply scroll offset and clip rectangle to table borders
Moves paint_table_borders() call into PaintableBox::paint() to make
scroll offset and clip rectangle of enclosing scrollable be applied
in ::before_paint().

(cherry picked from commit 2cc2646f5585e4a1f617ac809806bf05e8e515a4)
2024-08-13 15:44:11 -04:00
..
assets LibWeb: Paint SVGDecodedImageData via Navigable::paint() 2024-03-30 21:35:22 +01:00
reference LibWeb: Apply scroll offset and clip rectangle to table borders 2024-08-13 15:44:11 -04:00
abspos-escapes-scroll-container.html
abspos-z-index-painting-order.html
alt-frame.html LibWeb: Remove RecordingPainter::paint_frame() 2024-04-13 20:25:48 -07:00
alternative-style-sheets.html LibWeb: Support loading alternative style sheets 2024-04-17 07:12:44 +02:00
anonymous-wrapper-css-visibility.html
background-size-calc.html
body-link-attribute.html
border-radius-shrink-zero-sized-box.html
border-radius-with-padding.html
border-radius.html
box-without-scrollable-overflow-should-not-consume-scroll-events.html LibWeb: Do not consume scroll event in PaintableBox without overflow 2024-05-07 14:04:02 +00:00
button-inside-scroll-container.html
calc-border-radius.html
canvas-arcs-and-ellipses.html
canvas-fillstyle-rgb.html LibWeb: Parse fill and stroke values 2024-07-28 07:32:47 -04:00
canvas-implict-moves-and-lines.html
canvas-path-rect.html
canvas-text.html
change-opacity.html LibWeb: Remove cache for Paintable::is_visible() 2024-03-25 14:17:30 +01:00
clip-abspos-children.html
clip-path-polygon.html Tests/LibWeb: Add ref test for clip-path: polygon(...) 2024-05-26 07:55:50 +02:00
clip.html
corner-clip-inside-scrollable.html LibWeb: Remove PaintBorders recording painter command 2024-05-29 08:17:01 +02:00
css-any-link-selector.html
css-attr-basic.html
css-attr-fallback.html
css-attr-typed-fallback.html LibWeb: Default to an empty string when a string attr substitution fails 2024-04-17 07:13:26 +02:00
css-attr-typed.html LibWeb: Default to an empty string when a string attr substitution fails 2024-04-17 07:13:26 +02:00
css-background-clip-text.html LibWeb+WebContent: Move scrollbar painting into WebContent 2024-07-07 11:32:25 +02:00
css-background-position.html
css-background-repeat.html
css-backgrounds.html
css-case-insensitive-html-attributes-selector.html LibWeb: Add attribute list that must always be compared without casing 2024-06-28 10:56:14 +02:00
css-color-functions.html LibWeb/CSS: Add tests for color functions 2024-07-13 21:43:38 -04:00
css-functional-unknown-webkit-pseudo-element.html
css-gradient-currentcolor.html
css-gradients.html
css-has-compound.html LibWeb: Implement the :has() pseudo-class 2024-07-21 11:10:11 -04:00
css-has-descendant.html LibWeb: Implement the :has() pseudo-class 2024-07-21 11:10:11 -04:00
css-has-direct-child.html LibWeb: Implement the :has() pseudo-class 2024-07-21 11:10:11 -04:00
css-has-next-sibling.html LibWeb: Implement the :has() pseudo-class 2024-07-21 11:10:11 -04:00
css-has-subsequent-sibling.html LibWeb: Implement the :has() pseudo-class 2024-07-21 11:10:11 -04:00
css-invalid-var.html
css-keyframe-fill-forwards.html
css-keyframe-invalid-transform-should-not-render.html
css-lang-selector.html
css-local-link-selector.html
css-nested-has.html LibWeb: Implement the :has() pseudo-class 2024-07-21 11:10:11 -04:00
css-open-closed-selectors.html
css-placeholder-shown-selector.html
css-pseudo-element-in-has.html LibWeb: Implement the :has() pseudo-class 2024-07-21 11:10:11 -04:00
css-quotes.html
css-read-only-read-write-selectors.html
css-transform-box.html
css-unknown-webkit-pseudo-element.html
first-available-font-should-include-whitespace.html
grid-items-painting-order.html
img-srcset-viewport-relative-sizes.html
inline-node.html
inline-paintable-background-clip-text.html LibWeb: Add background-clip: text support for InlinePaintable 2024-04-23 12:50:07 +02:00
inline-paintable-inside-translated-container.html LibWeb: Remove CSS transform from InlinePaintable's clip rectangle 2024-04-26 18:40:45 +02:00
inline-stacking-context.html
input-placeholder.html
invalidate-css-transform-property.html
item-with-negative-z-index.html
meter.html LibWeb: Extend meter test 2024-07-13 18:22:04 -04:00
nested-boxes-with-hidden-overflow-and-border-radius.html
nested-svg-as-img.html LibWeb: Paint SVGDecodedImageData via Navigable::paint() 2024-03-30 21:35:22 +01:00
non-positioned-stacking-context-with-z-index-0.html LibWeb: Paint non-positioned SC with z-index=0 in paint_descendants() 2024-04-28 22:28:18 +02:00
object-fit-position.html
opacity-stacking.html
options-set-index.html LibWeb: Add support for indexed setter of HTMLOptionsCollection 2024-07-21 11:29:07 -04:00
outer-box-shadow.html
outlines.html
overflow-hidden-2.html
overflow-hidden-3.html
overflow-hidden-4.html
overflow-hidden-5.html
overflow-hidden-6.html
overflow-hidden-7.html
overflow-hidden-text-inside-translated-container.html
overflow-hidden.html
paintablewithlines-corner-clip-in-scroll-container.html LibWeb: Fix clip box calculation in PaintableWithLines 2024-05-26 16:11:53 +01:00
positioned-elements-in-scroll-container.html
resolve-paint-only-properties-after-layout.html
scroll-iframe.html LibWeb+WebContent: Move scrollbar painting into WebContent 2024-07-07 11:32:25 +02:00
scroll-using-mousewheel-event.html
scrollable-box-with-nested-stacking-context.html
scrollable-contains-boxes-with-hidden-overflow-1.html
scrollable-contains-boxes-with-hidden-overflow-2.html
scrollable-contains-boxes-with-hidden-overflow-and-opacity.html
scrollable-contains-table.html LibWeb: Apply scroll offset and clip rectangle to table borders 2024-08-13 15:44:11 -04:00
scrolled-text-with-clipped-corners.html LibWeb: Apply corner clip before scroll offset for PaintableWithLines 2024-05-25 22:19:40 +02:00
separate-borders-inline-table.html
simple-svg-mask.html
space-glyph-width.html
square-flex.html
svg-alpha-mask-attribute.html
svg-alpha-mask.html
svg-axis-aligned-lines.html
svg-background-no-natural-size.html
svg-clip-path-and-mask.html Tests/LibWeb: Add some ref tests for SVG <clipPath>s 2024-03-29 21:59:56 +01:00
svg-clip-rule.html LibWeb: Implement the SVG clip-rule attribute 2024-05-14 23:01:18 +01:00
svg-file-matches-html-file.svg
svg-foreign-object-mask.html LibWeb: Support masking of SVGForeignObjectPaintable 2024-04-27 07:10:20 +02:00
svg-gradient-spreadMethod.html
svg-inside-scroll-container.html
svg-invalid-number-arguments.html
svg-mask-in-defs.html
svg-mask-maskUnits-userSpaceOnUse.html
svg-maskContentUnits.html
svg-non-local-clip-path-display-none.html Tests/LibWeb: Add ref tests for non-local SVG clipPaths 2024-05-04 21:24:37 +02:00
svg-non-local-clip-path.html Tests/LibWeb: Add ref tests for non-local SVG clipPaths 2024-05-04 21:24:37 +02:00
svg-path-incomplete-args.html
svg-polygon-with-incomplete-points.html
svg-radialGradient.html
svg-simple-clipPath.html Tests/LibWeb: Add some ref tests for SVG <clipPath>s 2024-03-29 21:59:56 +01:00
svg-stroke-paintstyle-with-opacity.html
svg-symbol.html
svg-text-effects.html
svg-textPath.html
svg-use-defined-later.html
text-decorations.html
text-shadow.html
transform-2d-translate.html
transform-calc-length-percentage.html
unicode-range.html
webkit-box-shadow.html LibWeb: Add more legacy -webkit- aliases 2024-07-23 21:15:27 -04:00
webkit-text-fill-color.html LibWeb: Add support for -webkit-text-fill-color 2024-07-23 21:15:27 -04:00