Bug 214868 - [TextureMapper][GTK] Test compositing/clipping/border-radius-stacking-context-clip.html is failing
Summary: [TextureMapper][GTK] Test compositing/clipping/border-radius-stacking-context...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fujii Hironori
URL:
Keywords: Gtk, LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2020-07-28 02:50 PDT by Carlos Garcia Campos
Modified: 2020-10-27 14:40 PDT (History)
8 users (show)

See Also:


Attachments
Patch (93.77 KB, patch)
2020-10-26 23:07 PDT, Fujii Hironori
no flags Details | Formatted Diff | Diff
Patch (93.34 KB, patch)
2020-10-27 13:36 PDT, Fujii Hironori
no flags Details | Formatted Diff | Diff

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