From 257b96c5499fca5efcb41975d5582defe6147d1f Mon Sep 17 00:00:00 2001 From: Cameron McCormack Date: Sun, 5 Apr 2020 03:21:24 +0000 Subject: [PATCH] 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 --- components/style/properties/longhands/inherited_box.mako.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/style/properties/longhands/inherited_box.mako.rs b/components/style/properties/longhands/inherited_box.mako.rs index d2b66dc6a1f..fe2cc5ed024 100644 --- a/components/style/properties/longhands/inherited_box.mako.rs +++ b/components/style/properties/longhands/inherited_box.mako.rs @@ -85,7 +85,8 @@ ${helpers.single_keyword( ${helpers.single_keyword( "image-orientation", - "from-image none", + "none from-image", + gecko_pref_controlled_initial_value="layout.css.image-orientation.initial-from-image=from-image", engines="gecko", gecko_enum_prefix="StyleImageOrientation", animation_value_type="discrete",