Bug 241835

Summary: TextureMapper: rendering issue of clip-path that is larger than the element
Product: WebKit Reporter: Fujii Hironori <Hironori.Fujii>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
test case
none
test case 2 none

Description Fujii Hironori 2022-06-21 18:53:58 PDT
Created attachment 460398 [details]
test case

rendering issue of clip-path and drop-shadow fiter
Comment 1 Radar WebKit Bug Importer 2022-06-28 18:54:12 PDT
<rdar://problem/96106520>
Comment 2 Fujii Hironori 2022-07-03 16:44:04 PDT
> clip-path: inset(25px -25px -25px 25px);

Because this `inset` has negative offsets, the mask layer should be bigger than the element to clip it properly.
Mac port work as expected. I think it's using Shape mask layer.
Comment 3 Fujii Hironori 2022-11-06 19:55:21 PST
Created attachment 463443 [details]
test case 2