From fac547276f0c26e3d7f7229340e2aabd6a1e529d Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Tue, 16 May 2023 23:16:24 +0200 Subject: [PATCH] style: Remove various image-orientation related prefs These shipped in 77. Differential Revision: https://phabricator.services.mozilla.com/D111550 --- components/style/properties/longhands/inherited_box.mako.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/style/properties/longhands/inherited_box.mako.rs b/components/style/properties/longhands/inherited_box.mako.rs index 32f9819a42d..cea3fde021a 100644 --- a/components/style/properties/longhands/inherited_box.mako.rs +++ b/components/style/properties/longhands/inherited_box.mako.rs @@ -84,8 +84,7 @@ ${helpers.single_keyword( ${helpers.single_keyword( "image-orientation", - "none from-image", - gecko_pref_controlled_initial_value="layout.css.image-orientation.initial-from-image=from-image", + "from-image none", engines="gecko", gecko_enum_prefix="StyleImageOrientation", animation_value_type="discrete",