Bug 214868

Summary: [TextureMapper][GTK] Test compositing/clipping/border-radius-stacking-context-clip.html is failing
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Fujii Hironori <Hironori.Fujii>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, cmarcelo, ews-watchlist, Hironori.Fujii, kondapallykalyan, luiz, magomez, noam
Priority: P2 Keywords: Gtk, LayoutTestFailure
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Carlos Garcia Campos 2020-07-28 02:50:17 PDT
The result was not correct before r264965 either, but the expected was wrong the same way so the test passed.
Comment 1 Fujii Hironori 2020-10-26 23:07:46 PDT
Created attachment 412397 [details]
Patch
Comment 2 Carlos Garcia Campos 2020-10-27 01:09:43 PDT
Comment on attachment 412397 [details]
Patch

Maybe we can add m_isReplica, similar to m_isBackDrop and then we don't need to add a new boolean parameter to computeTransformsRecursive
Comment 3 Fujii Hironori 2020-10-27 12:57:58 PDT
Comment on attachment 412397 [details]
Patch

Sounds good. I'll fix. Thank you.
Comment 4 Fujii Hironori 2020-10-27 13:36:45 PDT
Created attachment 412458 [details]
Patch
Comment 5 Fujii Hironori 2020-10-27 14:40:27 PDT
Committed r269072: <https://trac.webkit.org/changeset/269072>