[wpt-sync] Sync PR 31356 - Fix raster invalidation on removal of paint properties with isolation
Categories
(Core :: Layout, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox95 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 31356 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/31356
Details from upstream follow.
Xianzhu Wang <wangxianzhu@chromium.org> wrote:
Fix raster invalidation on removal of paint properties with isolation
When checking a chunk's property change to layer, we should include
alias (isolation) nodes. Changes like effect node removal on opacity
change to 1 above the alias node is registered on the alias node.Bug: 1260789
Change-Id: I9ce415d4ea310d7b0b58b91ed86a9cd4b7890097Reviewed-on: https://chromium-review.googlesource.com/3237916
WPT-Export-Revision: 51bd5f846c58a22be24b56a2579f722d93f36db2
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Comment 3•3 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
PASS: 1
Links
Comment 5•3 years ago
|
||
bugherder |
Description
•