[wpt-sync] Sync PR 28823 - Emit synthetic mask for non-2d-axis aligned clip for backdrop effects
Categories
(Core :: Web Painting, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox90 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 28823 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/28823
Details from upstream follow.
b'Xianzhu Wang <wangxianzhu@chromium.org>' wrote:
Emit synthetic mask for non-2d-axis aligned clip for backdrop effects
The bug case is that a clip applies to a composited backdrop effect
(backdrop-filter or mix-blend-mode), the clipping element doesn't
create an isolation group for the backdrop effect, and the clip is
not 2d-axis aligned to the containing isolation group. In the case
we need to apply the clip as a synthetic mask. (For normal non-2d-axis
aligned clip we decomposite the clip to emit a paint operation in the
composited layer for the clip.)Bug: 1202369
Change-Id: I54112516e1603f65ae99d6a2167c8dc1ee6107da
Reviewed-on: https://chromium-review.googlesource.com/2872248
WPT-Export-Revision: 34e16ba9d857db5ffaca4f1f53ebb0c4f249e0ca
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
PASS: 1
Chrome
FAIL: 1
Safari
FAIL: 1
Links
Comment 4•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/a81639671da2
https://hg.mozilla.org/mozilla-central/rev/07df2b1243d7
Description
•