Skip to content

Commit d7d1063

Browse files
mrobinsonLoirooriol
authored andcommitted
Bug 2029028 - Enable Servo support for background-blend-mode. r=firefox-style-system-reviewers,emilio
Imports servo/stylo#344 Differential Revision: https://phabricator.services.mozilla.com/D291915
1 parent 9f2f150 commit d7d1063

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

servo/components/style/properties/longhands.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3535,11 +3535,11 @@ keyword = { values = ["padding-box", "border-box", "content-box"], gecko_enum_pr
35353535

35363536
[background-blend-mode]
35373537
struct = "background"
3538-
engine = "gecko"
35393538
vector = {}
35403539
animation_type = "discrete"
35413540
spec = "https://drafts.fxtf.org/compositing/#background-blend-mode"
35423541
affects = "paint"
3542+
servo_restyle_damage = "repaint"
35433543

35443544
[background-blend-mode.keyword]
35453545
values = [

0 commit comments

Comments
 (0)