mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
style: Properly hide -moz-context-properties from content
Depends on D114481 Differential Revision: https://phabricator.services.mozilla.com/D114482
This commit is contained in:
parent
87a3f2598a
commit
55f20759b2
1 changed files with 3 additions and 0 deletions
|
@ -209,6 +209,9 @@ ${helpers.predefined_type(
|
||||||
"MozContextProperties",
|
"MozContextProperties",
|
||||||
"computed::MozContextProperties::default()",
|
"computed::MozContextProperties::default()",
|
||||||
engines="gecko",
|
engines="gecko",
|
||||||
|
enabled_in="chrome",
|
||||||
|
gecko_pref="svg.context-properties.content.enabled",
|
||||||
|
has_effect_on_gecko_scrollbars=False,
|
||||||
animation_value_type="none",
|
animation_value_type="none",
|
||||||
spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-context-properties)",
|
spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-context-properties)",
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue