Bug 241835 - TextureMapper: rendering issue of clip-path that is larger than the element
Summary: TextureMapper: rendering issue of clip-path that is larger than the element
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-06-21 18:53 PDT by Fujii Hironori
Modified: 2022-11-06 19:55 PST (History)
1 user (show)

See Also:


Attachments
test case (626 bytes, text/html)
2022-06-21 18:53 PDT, Fujii Hironori
no flags Details
test case 2 (429 bytes, text/html)
2022-11-06 19:55 PST, Fujii Hironori
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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