Bug 218111

Summary: [GTK] REGRESSION(r268898): compositing/clipping/border-radius-async-overflow-stacking.html fails
Product: WebKit Reporter: Carlos Alberto Lopez Perez <clopez>
Component: WebKitGTKAssignee: Fujii Hironori <Hironori.Fujii>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: bugs-noreply, changseok, esprehn+autocc, ews-watchlist, fred.wang, glenn, Hironori.Fujii, kondapallykalyan, pdr, simon.fraser, zalan
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=217737
Attachments:
Description Flags
WIP patch
none
WIP patch ews-feeder: commit-queue-

Description Carlos Alberto Lopez Perez 2020-10-22 20:16:50 PDT
After r268898 the ref-test compositing/clipping/border-radius-async-overflow-stacking.html fails on GTK.

The failure is different depending on the display server so perhaps it has something to do with AC mode.

* Failure for xvfb-x11/softgl    -> https://build.webkit.org/results/GTK-Linux-64-bit-Release-Tests/r268900%20(16593)/compositing/clipping/border-radius-async-overflow-stacking-diffs.html
* Failure for wayland/intel-mesa -> https://build.webkit.org/results/GTK-Linux-64-bit-Release-Wayland-Tests/r268898%20(14631)/compositing/clipping/border-radius-async-overflow-non-stacking-diffs.html
Comment 1 Simon Fraser (smfr) 2020-10-23 08:06:07 PDT
Looks like I messed up the position of m_childClippingMaskLayer?
Comment 2 Fujii Hironori 2022-06-22 17:44:30 PDT
Created attachment 460436 [details]
WIP patch
Comment 3 Fujii Hironori 2022-06-22 18:02:19 PDT
Created attachment 460437 [details]
WIP patch
Comment 4 Fujii Hironori 2022-06-29 14:14:38 PDT
I'm going to fix this in bug#242097.
Comment 5 Fujii Hironori 2022-07-02 22:46:08 PDT
Fixed by 252014@main.

*** This bug has been marked as a duplicate of bug 242097 ***