[wpt-sync] Sync PR 16962 - Adding dirty bit for backdrop-filter in paint_layer
Categories
(Core :: CSS Parsing and Computation, defect, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox69 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync upstream])
Sync web-platform-tests PR 16962 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/16962
Details from upstream follow.
Mason Freed <masonfreed@chromium.org> wrote:
Adding dirty bit for backdrop-filter in paint_layer
Previous to this CL, the initial backdrop-filter value would never
get updated, e.g. when modified by javascript. With this CL, there
is now a backdrop_filter_on_effect_node_dirty bit, exactly analogous
to filter_on_effect_node_dirty, and updated in much the same way.
With this change, updates from javascript and devtools should work.
I added a WPT test to verify correct behavior here.Bug: 965399
Change-Id: I78a7329bcd9318f61dd644764fba39050578f8eb
Reviewed-on: https://chromium-review.googlesource.com/1626026
WPT-Export-Revision: dbda254dc1f0ca0f902d90842f97333cccf3eaa1
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
| Assignee | ||
Comment 4•6 years ago
|
||
| Assignee | ||
Comment 5•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
Comment 7•6 years ago
|
||
| bugherder | ||
Comment 8•6 years ago
|
||
| bugherder | ||
| Assignee | ||
Updated•6 years ago
|
Description
•