From 47db01f7937f3334c152e64e45452d7c7c04a050 Mon Sep 17 00:00:00 2001 From: Cameron McCormack Date: Fri, 14 Feb 2020 11:11:27 +0000 Subject: [PATCH] style: Change initial value of image-orientation to from-image. Differential Revision: https://phabricator.services.mozilla.com/D62826 --- components/style/properties/longhands/inherited_box.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/longhands/inherited_box.mako.rs b/components/style/properties/longhands/inherited_box.mako.rs index e8f3a0a45d9..d2b66dc6a1f 100644 --- a/components/style/properties/longhands/inherited_box.mako.rs +++ b/components/style/properties/longhands/inherited_box.mako.rs @@ -85,7 +85,7 @@ ${helpers.single_keyword( ${helpers.single_keyword( "image-orientation", - "none from-image", + "from-image none", engines="gecko", gecko_enum_prefix="StyleImageOrientation", animation_value_type="discrete",