mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Change initial value of image-orientation to from-image.
Differential Revision: https://phabricator.services.mozilla.com/D62826
This commit is contained in:
parent
f25e0b77e9
commit
47db01f793
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ ${helpers.single_keyword(
|
||||||
|
|
||||||
${helpers.single_keyword(
|
${helpers.single_keyword(
|
||||||
"image-orientation",
|
"image-orientation",
|
||||||
"none from-image",
|
"from-image none",
|
||||||
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