mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Make image-orientation initial value change be Nightly only.
We'll let this ride the trains once Chrome 81 is set to be released. Differential Revision: https://phabricator.services.mozilla.com/D67932
This commit is contained in:
parent
53f7e45285
commit
257b96c549
1 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,8 @@ ${helpers.single_keyword(
|
||||||
|
|
||||||
${helpers.single_keyword(
|
${helpers.single_keyword(
|
||||||
"image-orientation",
|
"image-orientation",
|
||||||
"from-image none",
|
"none from-image",
|
||||||
|
gecko_pref_controlled_initial_value="layout.css.image-orientation.initial-from-image=from-image",
|
||||||
engines="gecko",
|
engines="gecko",
|
||||||
gecko_enum_prefix="StyleImageOrientation",
|
gecko_enum_prefix="StyleImageOrientation",
|
||||||
animation_value_type="discrete",
|
animation_value_type="discrete",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue