Bug 265135 - [LBSE] Fix remaining clipping issues
Summary: [LBSE] Fix remaining clipping issues
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 265134
  Show dependency treegraph
 
Reported: 2023-11-20 08:14 PST by Nikolas Zimmermann
Modified: 2024-02-26 06:46 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolas Zimmermann 2023-11-20 08:14:34 PST
This affects at least the following tests in the svg/ subdirectory (taken from LayoutTests/platform/mac-sonoma-wk2-lbse-text/TestExpectations):

svg/W3C-SVG-1.1/masking-intro-01-f.svg                    [ ImageOnlyFailure ]
svg/W3C-SVG-1.1/masking-path-01-b.svg                     [ ImageOnlyFailure ]
svg/W3C-SVG-1.1/masking-path-04-b.svg                     [ ImageOnlyFailure ]
svg/batik/text/textEffect2.svg                            [ ImageOnlyFailure ]
svg/batik/text/textProperties.svg                         [ ImageOnlyFailure ]
svg/clip-path/clip-path-clip-rule-003.svg                 [ ImageOnlyFailure ]
svg/clip-path/clip-path-clip-rule-005.svg                 [ ImageOnlyFailure ]
svg/clip-path/clip-path-clip-rule-007.svg                 [ ImageOnlyFailure ]
svg/clip-path/clip-path-clip-rule-008.svg                 [ ImageOnlyFailure ]
svg/clip-path/clip-path-clip-rule-010.svg                 [ ImageOnlyFailure ]
svg/clip-path/clip-path-content-use-001.svg               [ ImageOnlyFailure ]
svg/clip-path/clip-path-content-use-003.svg               [ ImageOnlyFailure ]
svg/clip-path/clip-path-content-use-004.svg               [ ImageOnlyFailure ]
svg/clip-path/clip-path-content-use-005.svg               [ ImageOnlyFailure ]
svg/clip-path/clip-path-content-use-006.svg               [ ImageOnlyFailure ]
svg/clip-path/clip-path-css-transform-001.svg             [ ImageOnlyFailure ]
svg/clip-path/clip-path-css-transform-002.svg             [ ImageOnlyFailure ]
svg/clip-path/clip-path-objectboundingbox-004.svg         [ ImageOnlyFailure ]
svg/clip-path/clip-path-on-marker-001.svg                 [ ImageOnlyFailure ]
svg/clip-path/clip-path-on-marker-002.svg                 [ ImageOnlyFailure ]
svg/clip-path/clip-path-on-marker-003.svg                 [ ImageOnlyFailure ]
svg/clip-path/clip-path-on-overflowing.html               [ ImageOnlyFailure ]
svg/clip-path/clip-path-on-svg-001.svg                    [ ImageOnlyFailure ]
svg/clip-path/clip-path-on-svg-002.svg                    [ ImageOnlyFailure ]
svg/clip-path/clip-path-on-svg-003.svg                    [ ImageOnlyFailure ]
svg/clip-path/clip-path-on-svg-004.svg                    [ ImageOnlyFailure ]
svg/clip-path/clip-path-on-svg-005.svg                    [ ImageOnlyFailure ]
svg/clip-path/clip-path-precision-001.svg                 [ ImageOnlyFailure ]
svg/clip-path/clip-path-recursion-001.svg                 [ ImageOnlyFailure ]
svg/clip-path/clip-path-recursion-002.svg                 [ Crash ImageOnlyFailure ]
svg/clip-path/clip-path-shape-border-box.svg              [ ImageOnlyFailure ]
svg/clip-path/clip-path-shape-circle-1.svg                [ ImageOnlyFailure ]
svg/clip-path/clip-path-shape-ellipse-1.svg               [ ImageOnlyFailure ]
svg/clip-path/clip-path-shape-margin-box.svg              [ ImageOnlyFailure ]
svg/clip-path/clip-path-shape-rounded-inset-1.svg         [ ImageOnlyFailure ]
svg/clip-path/clip-path-shape-rounded-inset-2.svg         [ ImageOnlyFailure ]
svg/clip-path/clip-path-shape-stroke.svg                  [ ImageOnlyFailure ]
svg/clip-path/clip-path-text-003.svg                      [ ImageOnlyFailure ]
svg/clip-path/clip-path-use-referencing-clipped-text.html [ ImageOnlyFailure ]
svg/clip-path/clip-path-use-referencing-text.html         [ ImageOnlyFailure ]
svg/clip-path/mask-nested-clip-path-001.svg               [ ImageOnlyFailure ]
svg/clip-path/mask-nested-clip-path-002.svg               [ ImageOnlyFailure ]
svg/clip-path/mask-nested-clip-path-003.svg               [ ImageOnlyFailure ]
svg/clip-path/mask-nested-clip-path-004.svg               [ ImageOnlyFailure ]
svg/clip-path/mask-nested-clip-path-005.svg               [ ImageOnlyFailure ]
svg/clip-path/mask-nested-clip-path-006.svg               [ ImageOnlyFailure ]
svg/clip-path/mask-nested-clip-path-007.svg               [ ImageOnlyFailure ]
svg/clip-path/mask-nested-clip-path-008.svg               [ ImageOnlyFailure ]
svg/clip-path/mask-nested-clip-path-009.svg               [ ImageOnlyFailure ]
svg/clip-path/mask-nested-clip-path-010.svg               [ ImageOnlyFailure ]
svg/clip-path/mask-nested-clip-path-panning-001.svg       [ ImageOnlyFailure ]
svg/clip-path/mask-nested-clip-path-panning-002.svg       [ ImageOnlyFailure ]
svg/custom/intersection-list-clipping.svg                 [ Failure ]
svg/custom/js-late-clipPath-and-object-creation.svg       [ Failure ]
svg/custom/js-late-clipPath-creation.svg                  [ Failure ]
svg/custom/use-clipped-transform.svg                      [ Failure ]
svg/custom/use-on-clip-path-with-transformation.svg       [ Failure ]
svg/custom/visibility-override-clip.svg                   [ Failure ]
svg/repaint/image-with-clip-path.svg                      [ ImageOnlyFailure ]
svg/transforms/svg-css-transforms-clip-path.xhtml         [ Failure ]
Comment 1 Radar WebKit Bug Importer 2023-11-27 08:15:48 PST
<rdar://problem/118834400>
Comment 2 Nikolas Zimmermann 2024-01-18 14:19:24 PST
@rbuis, almost done...
Comment 3 Rob Buis 2024-02-26 06:46:09 PST
(In reply to Nikolas Zimmermann from comment #2)
> @rbuis, almost done...

Yes, the list is much smaller now :) I do think some clip tests may seem to fail, but it could actually be a different problem, like transform dynamic updates not repainting correctly.