mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Further changes required by Servo
This commit is contained in:
parent
2a67752418
commit
e2901169c8
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ ${helpers.single_keyword(
|
|||
"mix-blend-mode",
|
||||
"""normal multiply screen overlay darken lighten color-dodge
|
||||
color-burn hard-light soft-light difference exclusion hue
|
||||
saturation color luminosity plus-lighter""",
|
||||
saturation color luminosity""" + ("plus-lighter" if engine == 'gecko' else ""),
|
||||
engines="gecko servo-2013 servo-2020",
|
||||
gecko_enum_prefix="StyleBlend",
|
||||
animation_value_type="discrete",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue