..
css
LibWeb: Clear counter style cache when CSSCounterStyleRule modified
2026-04-15 11:07:38 +01:00
HTML
LibWeb: Make image alt text respect CSS-defined font properties
2026-03-30 19:23:13 +01:00
svg
LibWeb/SVG: Implement <feDropShadow> filter integration
2026-01-11 13:14:40 +01:00
wpt-import
LibCompress: Treat LZW decoding errors as end of stream
2026-04-29 20:28:15 +02:00
abspos-after-inline-static-position-ref.html
LibWeb: Fix static position of inline-level abspos elements in BFC
2026-03-21 21:42:44 -05:00
abspos-escapes-scroll-container-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
abspos-inside-opacity-inside-relpos-ref.html
LibWeb: Apply intermediate stacking context effects to abspos elements
2026-02-04 20:54:47 +01:00
abspos-z-index-painting-order-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
alternative-style-sheets-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
anonymous-wrapper-css-visibility-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
background-clip-text-in-scaled-ancestor-ref.html
LibWeb: Use saveLayer compositing for background-clip: text
2026-02-17 18:59:33 +01:00
background-clip-text-inside-scrollable-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
background-clip-text-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
background-size-auto-svg-no-intrinsic-size-ref.html
LibWeb: Start fetching CSS image resources before document load event
2026-03-21 10:29:54 +01:00
background-size-calc-ref.html
LibWeb: Start fetching CSS image resources before document load event
2026-03-21 10:29:54 +01:00
background-size-near-zero-svg-ref.html
LibWeb: Don't crash with near-zero background sizes
2025-07-02 11:45:34 +01:00
bitmaps-with-scroll-offset-ref.html
Tests: Regression test recent image rendering bug when scrolling
2025-03-10 17:14:13 +01:00
block-element-inside-inline-element-ref.html
LibWeb: Retain display: contents in ancestor stack for continuations
2025-02-18 23:31:49 +01:00
bmp-load-as-unpremultiplied-alpha-ref.html
LibGfx+Tests: Load bmp files with unpremultiplied alpha
2025-11-28 17:00:29 +01:00
body-background-image-rendering-propagation-ref.html
LibWeb: Start fetching CSS image resources before document load event
2026-03-21 10:29:54 +01:00
body-background-propagation-with-image-ref.html
LibWeb: Pass through background image painting even if area is empty
2026-02-16 19:33:01 +01:00
body-link-attribute-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
border-radius-normalization-ref.html
LibWeb: Implement CSS border radius overlapping algorithm
2025-08-21 11:52:38 +02:00
border-radius-shrink-zero-sized-box-ref.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
border-radius-with-padding-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
box-shadow-with-overflow-hidden-ref.html
LibWeb: Apply own clip rect for background phase only when clip used
2025-11-19 18:17:42 +01:00
box-with-transform-should-be-above-other-boxes-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
box-without-scrollable-overflow-should-not-consume-scroll-events-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
button-hover-text-color-ref.html
LibWeb: Propagate style values in deep anonymous wrappers
2025-11-23 21:38:07 +01:00
button-inside-scroll-container-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
calc-border-radius-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
canvas-letter-spacing-ref.html
LibGfx+LibWeb: Implement CanvasTextDrawingStyles.letterSpacing
2026-03-12 17:13:16 +01:00
change-opacity-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
clip-abspos-children-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
clip-border-radius-with-css-transform-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
clip-offscreen-ref.html
LibWeb/Painting: Apply clip and mask operations that are off-screen
2024-11-13 16:10:15 +01:00
clip-path-scrolling.html
LibWeb: Fix CSS clip-path ignoring scroll position
2025-01-13 20:03:28 -07:00
clip-path.html
LibWeb: Don't early return when masking area of StackingContext is empty
2025-06-06 00:52:19 +02:00
clip-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
clipped-overflow-with-identity-transform-ref.html
LibWeb: Apply clip frames even when transformation is identity
2025-12-01 17:46:44 +01:00
color-hsl-ref.html
LibWeb/Painting: Fix blending with viewport background
2025-04-01 13:38:00 +02:00
color-hwb-ref.html
LibWeb/Painting: Fix blending with viewport background
2025-04-01 13:38:00 +02:00
color-oklab-ref.html
LibWeb/Painting: Fix blending with viewport background
2025-04-01 13:38:00 +02:00
color-oklch-ref.html
LibWeb/Painting: Fix blending with viewport background
2025-04-01 13:38:00 +02:00
color-rgb-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
corner-clip-inside-scrollable-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
css-any-link-selector-ref.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
css-attr-typed-ref.html
LibWeb: Remove now-invalid attr() type support
2025-07-09 16:44:20 +01:00
css-case-insensitive-html-attributes-selector-ref.html
LibWeb/CSS: Use case insensitive tag and attribute name in ancestor hash
2025-05-21 08:54:40 -04:00
css-custom-prop-fallback-ref.html
LibWeb+Tests: Continue variable expansion if CSS-wide keyword is parsed
2025-05-19 16:32:07 +01:00
css-gradient-currentcolor-ref.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
css-has-compound.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
css-has-descendant.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
css-has-direct-child.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
css-has-next-sibling.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
css-has-subsequent-sibling.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
css-image-set-background-calc-resolution-ref.html
Tests: Add CSS image-set resolution reftest
2026-04-25 14:54:10 +02:00
css-image-set-background-resolution-ref.html
Tests: Add CSS image-set resolution reftest
2026-04-25 14:54:10 +02:00
css-image-set-background-type-ref.html
Tests: Add CSS image-set background reftest
2026-04-25 14:54:10 +02:00
css-invalid-var-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
css-isolation.html
LibWeb: Implement CSS 'isolation' property
2025-01-13 11:07:55 +00:00
css-keyframe-fill-forwards-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
css-keyframe-invalid-transform-should-not-render-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
css-lang-selector-ref.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
css-legacy-placeholder-pseudo-element-ref.html
LibWeb: Add vendor-specific aliases for the placeholder pseudoelement
2026-03-06 13:13:44 +01:00
css-local-link-selector-ref.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
css-mask-longhand-ref.html
LibWeb: Start fetching CSS image resources before document load event
2026-03-21 10:29:54 +01:00
css-nested-declarations-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
css-nested-has.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
css-nesting-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
css-open-closed-selectors-ref.html
LibWeb: Remove :closed pseudo class
2024-12-06 04:49:36 +00:00
css-placeholder-shown-selector-ref.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
css-pseudo-element-in-has.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
css-quotes-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
css-read-only-read-write-selectors-ref.html
LibWeb/Tests: Add empty text chunk in empty editables
2025-09-24 12:33:17 +01:00
css-tag-selector-case-sensitivity-html.html
LibWeb/CSS: Use case insensitive tag and attribute name in ancestor hash
2025-05-21 08:54:40 -04:00
css-tag-selector-case-sensitivity-svg.html
LibWeb: Fix CSS tag seletor case sensitivity for SVG elements
2025-01-13 12:11:34 +00:00
css-tag-selector-case-sensitivity-xhtml.xhtml
LibWeb: Fix CSS tag seletor case sensitivity for SVG elements
2025-01-13 12:11:34 +00:00
disabled-button-border-color-ref.html
LibWeb: Avoid changing button border color on disable/hover
2025-04-30 20:13:14 +01:00
empty-radial-gradient-crash.html
LibWeb: Do not crash when Radial Gradient height is 0
2024-11-19 22:31:51 +01:00
first-available-font-should-include-whitespace-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
floated-table-intrinsic-width-ref.html
LibWeb: Return computed content width from TFC automatic_content_width()
2026-02-01 20:35:16 +01:00
flood-color-ref.html
LibWeb: Use correct colors for SVGFEFloodElement::flood_color
2025-08-04 11:29:05 +01:00
font-face-descriptor-relative-length-iframe-ref.html
LibWeb: Resolve relative lengths in @font-face using correct viewport
2025-10-16 10:27:32 +01:00
grid-item-and-css-filter-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
grid-item-min-height-border-box-ref.html
LibWeb: Respect box-sizing when computing grid item minimum contribution
2026-03-21 21:42:44 -05:00
grid-items-painting-order-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
host-descendant-selector-on-shadow-host-child-ref.html
LibWeb: Fix :host() descendant matching for nested shadow hosts
2026-03-21 21:42:44 -05:00
host-part-selector-within-shadow-dom-ref.html
LibWeb: Support :host::part() selectors within shadow DOM stylesheets
2026-03-21 21:42:44 -05:00
host-slotted-selector-styling-ref.html
LibWeb: Use slot's shadow host when matching ::slotted() selectors
2026-03-21 21:42:44 -05:00
iframe-contains-scrollable-box-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
iframe-render-blocked-child-not-painted-ref.html
LibWeb: Don't paint render-blocked iframe documents
2026-03-29 23:50:47 +02:00
img-height-inside-anonymous-wrapper-ref.html
LibWeb: Use parent's space for anonymous wrappers with inline contents
2025-12-11 23:29:14 +00:00
img-srcset-font-relative-sizes-ref.html
LibWeb: Simplify SourceSet::normalize_source_densities
2025-09-04 10:05:44 +01:00
img-srcset-viewport-relative-sizes-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
inline-block-with-css-background-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
inline-nested-node-ref.html
LibWeb: Improve painting of nested inline elements
2024-12-04 11:23:54 +00:00
inline-paintable-background-clip-text-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
inline-paintable-inside-translated-container-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
inline-stacking-context-ref.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
inline-visibility-hidden-ref.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
input-background.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
inspector-highlighted-node-overlay-is-not-clipped-ref.html
LibWeb: Do not clip inspector overlays
2026-02-01 14:29:59 +01:00
inspector-highlighted-text-node-with-scroll-offset-ref.html
LibWeb: Apply visual context when painting non-boxes as well
2026-02-01 14:29:59 +01:00
invalidate-css-transform-property-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
item-with-negative-z-index-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
li-change-value-attribute-ref.html
Libweb: Invalidate layout for the value-attribute of li-elements
2025-05-11 01:14:31 +02:00
mask-image-multiple-same-ref.html
LibWeb: Fail less when multiple mask images are defined
2025-12-01 10:16:41 +00:00
mask-image-with-scroll-offset-ref.html
LibWeb: Ensure scroll offset is applied to mask-images
2025-05-29 22:02:07 +02:00
mismatch-test-ref.html
WebContent+headless-browser: Implement mismatch conditions for ref tests
2024-12-04 19:50:00 +00:00
nested-svg-as-img-ref.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
non-positioned-stacking-context-with-z-index-0-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
object-fit-scale-down-ref.html
LibWeb: Add support for object-fit: scale-down
2024-12-16 20:47:32 +01:00
object-fit-with-zoom-ref.html
Tests: Add tests that verify object-fit and -position with zoom
2025-01-21 16:05:12 +01:00
ol-change-reversed-attribute-ref.html
LibWeb: Invalidate layout for ol-attributes that affect it
2025-05-11 01:14:31 +02:00
ol-change-start-attribute-ref.html
LibWeb: Invalidate layout for ol-attributes that affect it
2025-05-11 01:14:31 +02:00
ol-change-type-attribute-ref.html
LibWeb: Invalidate layout for ol-attributes that affect it
2025-05-11 01:14:31 +02:00
ol-items-text-ref.html
LibWeb: Improve list item marker positioning and alpha/roman text
2025-07-15 19:05:36 +01:00
ol-render-default-ref.html
LibWeb: Tests for rendering lists and their ordinals
2025-06-16 12:44:58 +01:00
ol-render-multiple-changes-ref.html
LibWeb: Tests for recalculating ordinals after list manipulation
2025-06-16 12:44:58 +01:00
ol-render-nested-ref.html
LibWeb: Tests for rendering lists and their ordinals
2025-06-16 12:44:58 +01:00
ol-render-node-append-group-ref.html
LibWeb: Tests for recalculating ordinals after list manipulation
2025-06-16 12:44:58 +01:00
ol-render-node-append-ref.html
LibWeb: Tests for recalculating ordinals after list manipulation
2025-06-16 12:44:58 +01:00
ol-render-node-insert-before-child-group-ref.html
LibWeb: Tests for recalculating ordinals after list manipulation
2025-06-16 12:44:58 +01:00
ol-render-node-insert-before-child-ref.html
LibWeb: Tests for recalculating ordinals after list manipulation
2025-06-16 12:44:58 +01:00
ol-render-node-insert-existing-child-group-ref.html
LibWeb: Tests for recalculating ordinals after list manipulation
2025-06-16 12:44:58 +01:00
ol-render-node-insert-existing-child-ref.html
LibWeb: Tests for recalculating ordinals after list manipulation
2025-06-16 12:44:58 +01:00
ol-render-node-insert-first-group-ref.html
LibWeb: Tests for recalculating ordinals after list manipulation
2025-06-16 12:44:58 +01:00
ol-render-node-insert-first-ref.html
LibWeb: Tests for recalculating ordinals after list manipulation
2025-06-16 12:44:58 +01:00
ol-render-node-insert-last-group-ref.html
LibWeb: Tests for recalculating ordinals after list manipulation
2025-06-16 12:44:58 +01:00
ol-render-node-insert-last-ref.html
LibWeb: Tests for recalculating ordinals after list manipulation
2025-06-16 12:44:58 +01:00
ol-render-node-insert-no-child-group-ref.html
LibWeb: Tests for recalculating ordinals after list manipulation
2025-06-16 12:44:58 +01:00
ol-render-node-insert-no-child-ref.html
LibWeb: Tests for recalculating ordinals after list manipulation
2025-06-16 12:44:58 +01:00
ol-render-node-prepend-ref.html
LibWeb: Tests for recalculating ordinals after list manipulation
2025-06-16 12:44:58 +01:00
ol-render-node-remove-ref.html
LibWeb: Tests for recalculating ordinals after list manipulation
2025-06-16 12:44:58 +01:00
options-set-index.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
outline-stacking-order-ref.html
LibWeb: Paint element outlines during Foreground paint phase
2026-01-20 15:38:54 +01:00
outlines-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
overflow-hidden-2-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
overflow-hidden-3-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
overflow-hidden-4-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
overflow-hidden-5-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
overflow-hidden-6-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
overflow-hidden-7-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
overflow-hidden-8-ref.html
LibWeb: Check if transform is identity instead of has_css_transform()
2025-09-23 23:35:19 +02:00
overflow-hidden-inline-ref.html
LibWeb: Only apply overflow clipping to applicable element types
2026-02-04 21:23:20 +01:00
overflow-hidden-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
overflow-hidden-text-inside-translated-container-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
paint-invalidation-in-anonymous-wrapper-ref.html
LibWeb: Propagate paint invalidation to anonymous child nodes
2026-03-10 15:23:53 +01:00
paintable-visibility-after-opacity-change-from-zero-ref.html
Everywhere: Fix even more typos
2025-08-27 08:48:01 +02:00
paintablewithlines-corner-clip-in-scroll-container-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
perspective-property-function-equivalence-ref.html
LibWeb: Scale down perspective transformation by DPR in DisplayList
2026-02-19 21:31:21 +01:00
position-absolute-fixed-nested-static-position.html
LibWeb: Correctly calculate nested positioned elements' static position
2025-10-14 10:23:27 +02:00
position-absolute-outside-sticky-bounds-ref.html
Tests: Add ref tests for nested sticky positioning
2026-01-15 19:50:53 +01:00
position-sticky-bottom-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
position-sticky-left-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
position-sticky-nested-partial-ref.html
Tests: Add ref tests for nested sticky positioning
2026-01-15 19:50:53 +01:00
position-sticky-nested-simple-ref.html
Tests: Add ref tests for nested sticky positioning
2026-01-15 19:50:53 +01:00
position-sticky-nested-three-levels-ref.html
Tests: Add ref tests for nested sticky positioning
2026-01-15 19:50:53 +01:00
position-sticky-nested-with-transform-ref.html
Tests: Add ref tests for nested sticky positioning
2026-01-15 19:50:53 +01:00
position-sticky-right-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
position-sticky-should-stay-within-containing-block-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
position-sticky-top-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
positioned-elements-in-scroll-container-ref.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
range-not-assiciated-with-selection-should-not-affect-it-ref.html
LibWeb: Skip update_associated_selection() when there's no selection
2025-07-03 22:16:39 +02:00
render-order-floating-replaced-ref.html
LibWeb: Draw floating replaced elements more correctly
2025-03-03 21:49:44 +01:00
required-optional-pseudoclass-ref.html
LibWeb: Implement :required/:optional pseudo-classes
2025-05-24 10:31:34 +01:00
resize-stacking-order-ref.html
LibWeb: Paint element overlay during Foreground paint phase
2026-01-24 11:54:39 +01:00
resolve-paint-only-properties-after-layout-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
scroll-iframe-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
scroll-using-mousewheel-event-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
scrollable-box-with-nested-stacking-context-ref.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
scrollable-contains-box-with-gradient-background-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
scrollable-contains-boxes-with-hidden-overflow-1-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
scrollable-contains-boxes-with-hidden-overflow-2-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
scrollable-contains-boxes-with-hidden-overflow-and-opacity-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
scrollable-contains-iframe-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
scrollable-contains-rotated-boxes-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
scrollable-contains-table-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
scrollable-content-inside-fixed-position-box-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
scrollable-overflow-viewport-bug.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
scrollable-pseudo-element-ref.html
LibWeb: Fix pseudo-element scroll offset leaking to generating element
2026-01-27 20:32:12 +01:00
scrolled-svg-path-with-transform.html
Tests: Hide scrollbars in failing ref test
2025-03-28 22:01:51 +00:00
scrolled-text-with-clipped-corners-ref.html
LibWeb: Deduplicate clipping code
2025-05-13 15:30:14 +03:00
select-chevron-color-ref.html
LibWeb: Make SelectElement arrow use text color
2025-02-20 14:06:23 -05:00
select-line-height-ignored-ref.html
LibWeb: Reset line-height for select elements
2026-02-05 12:34:57 +01:00
select-option-use-label.html
LibWeb: Make select element use option's label, not text content
2025-01-04 11:44:03 +00:00
selection-background-ref.html
LibWeb: Apply CSS ::selection styling to text and form controls
2026-02-06 10:47:50 +00:00
selection-color-ref.html
LibWeb: Apply CSS ::selection styling to text and form controls
2026-02-06 10:47:50 +00:00
selection-in-inline-element-ref.html
LibWeb: Invalidate inline paint caches when text selection state changes
2026-03-24 13:06:15 +00:00
selection-input-ref.html
LibWeb: Apply CSS ::selection styling to text and form controls
2026-02-06 10:47:50 +00:00
selection-styling-ref.html
LibWeb: Apply CSS ::selection styling to text and form controls
2026-02-06 10:47:50 +00:00
selection-text-decoration-ref.html
LibWeb: Implement support for text-decoration in ::selection
2026-02-06 10:47:50 +00:00
selection-text-shadow-ref.html
LibWeb: Implement support for text-shadow in ::selection
2026-02-06 10:47:50 +00:00
selection-with-image-ref.html
Tests: Move true ref tests from Screenshot/ to Ref/
2026-02-24 09:55:14 +01:00
separate-borders-ref.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
simple-svg-mask-ref.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
slotted-through-nested-slots-ref.html
LibWeb: Support ::slotted() matching through nested slot chains
2026-03-21 21:42:44 -05:00
space-glyph-width-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
square-ref.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
sticky-box-with-percentage-insets-ref.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
sticky-overflow-scroll-ref.html
LibWeb: Apply scroll offset to children of sticky elements with overflow
2026-01-31 18:22:30 +01:00
sticky-positioned-box-with-border-ref.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
stop-color-non-trivial-ref.html
Everywhere: Fix even more typos
2025-08-27 08:48:01 +02:00
stroke-dasharray-none-application-ref.html
Tests: Move true ref tests from Screenshot/ to Ref/
2026-02-24 09:55:14 +01:00
svg-as-img-with-script-ref.html
LibWeb: Disable script execution for SVG images loaded via <img>
2026-02-01 22:48:51 +01:00
svg-block-in-inline-ref.html
LibWeb: Allow SVG root elements to participate in inline continuation
2026-03-05 17:16:42 +01:00
svg-clipPathUnits.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
svg-display-attr.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
svg-fecolormatrix-huerotate-ref.html
LibWeb: Implement SVGFEColorMatrixElement and feColorMatrix
2025-10-23 13:36:26 +02:00
svg-fecolormatrix-luminance-to-alpha-ref.html
LibWeb: Implement SVGFEColorMatrixElement and feColorMatrix
2025-10-23 13:36:26 +02:00
svg-fecolormatrix-matrix-identity-ref.html
LibWeb: Implement SVGFEColorMatrixElement and feColorMatrix
2025-10-23 13:36:26 +02:00
svg-fecolormatrix-matrix-invert-ref.html
LibWeb: Implement SVGFEColorMatrixElement and feColorMatrix
2025-10-23 13:36:26 +02:00
svg-fecolormatrix-saturate-ref.html
LibWeb: Implement SVGFEColorMatrixElement and feColorMatrix
2025-10-23 13:36:26 +02:00
svg-file-matches-html-file.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
svg-image-in-iframe-ref.html
LibWeb: Resolve SVGImageElement source URL correctly
2025-01-19 15:02:38 +01:00
svg-image-positioning-ref.html
LibWeb: Calculate image size in CSS pixels
2025-01-21 16:05:12 +01:00
svg-image-transform-ref.html
LibWeb: Apply SVG transforms to image elements during layout
2026-02-27 17:14:50 +01:00
svg-inside-scroll-container-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
svg-invalid-number-arguments-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
svg-line-dynamic-attribute-update-ref.html
LibWeb: Invalidate layout when SVGLineElement attributes change
2026-02-05 15:43:41 +01:00
svg-nested-viewport-positioning-ref.html
LibWeb: Avoid applying viewbox transform multiple times for nested SVGs
2026-03-20 15:59:44 -05:00
svg-non-local-clip-path-display-none-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
svg-overflow-hidden-ref.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
svg-overflow-visible-ref.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
svg-path-dynamic-attribute-update-ref.html
LibWeb: Invalidate layout when SVGPathElement attributes change
2026-02-05 15:43:41 +01:00
svg-path-incomplete-args-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
svg-polygon-dynamic-attribute-update-ref.html
LibWeb: Invalidate layout when SVGPolygonElement attributes change
2026-02-05 15:43:41 +01:00
svg-polygon-with-incomplete-points-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
svg-polyline-dynamic-attribute-update-ref.html
LibWeb: Invalidate layout when SVGPolylineElement attributes change
2026-02-05 15:43:41 +01:00
svg-restore-after-filter.html
LibWeb: Unapply CSS filters after applying them to SVG
2024-11-23 21:39:50 +00:00
svg-symbol-ref.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
svg-transform-rotate-with-opacity.html
Tests: Add regression test for SVG transforms with opacity
2026-01-15 19:50:53 +01:00
svg-url-in-shadow-root-ref.html
LibWeb: Resolve SVG url() references in shadow root scope
2026-01-15 11:06:22 +00:00
svg-use-defined-earlier.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
svg-use-forward-reference-in-decoded-svg-ref.html
LibWeb: Fix SVG <use> forward references in decoded SVG images
2026-03-22 08:12:19 -05:00
svg-with-css-transform.html
LibWeb: Make SVGs respect their CSS transforms
2024-11-24 14:30:32 +01:00
table-collapse-ignored-in-cells-ref.html
LibWeb: Use the correct definition of separated-borders mode
2025-06-04 15:02:42 +01:00
table-margin-auto-inside-flex-item-ref.html
LibWeb: Resolve percentage table widths in wrapper width computation
2026-02-21 05:16:56 +01:00
tables-width-z-index-ref.html
LibWeb: Move z-index to table wrapper box
2025-02-16 21:05:59 +01:00
text-decoration-in-anonymous-wrapper-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
text-div.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
text-overflow-ellipsis-with-trailing-whitespace-ref.html
LibWeb: Handle text-overflow: ellipsis with trailing whitespace
2025-08-18 11:00:26 +01:00
text-overflow.html
LibWeb: Apply text-overflow ellipsis as line box post-processing
2026-03-26 00:19:50 +00:00
textnode-segmenter-invalidation.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
trailing-whitespace-trim-with-letter-spacing-ref.html
LibWeb: Account for letter-spacing when trimming trailing whitespace
2026-03-21 21:42:44 -05:00
transform-2d-translate-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
transform-and-opacity-ref.html
LibWeb: Call saveLayer() after applying matrix in PushStackingContext
2025-09-25 04:39:26 +02:00
transform-box-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
transform-calc-length-percentage-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
unicode-range-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
webkit-box-shadow.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
webkit-text-fill-color.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00
z-index-should-not-affect-svg-painting-order-ref.html
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
2024-11-05 14:02:07 +00:00
zero-area-child-creating-scrollable-overflow.html
Meta: Add DOCTYPEs to ref tests
2025-03-20 11:50:49 +01:00