Skip to content

Commit

Permalink
style: Make image-orientation initial value change be Nightly only.
Browse files Browse the repository at this point in the history
We'll let this ride the trains once Chrome 81 is set to be released.

Differential Revision: https://phabricator.services.mozilla.com/D67932
  • Loading branch information
heycam authored and emilio committed Apr 16, 2020
1 parent 53f7e45 commit 257b96c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/style/properties/longhands/inherited_box.mako.rs
Expand Up @@ -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",
Expand Down

0 comments on commit 257b96c

Please sign in to comment.