| Index: Source/core/css/CSSShorthands.in
|
| diff --git a/Source/core/css/CSSShorthands.in b/Source/core/css/CSSShorthands.in
|
| index 04f9a63237567292d069e78b67925c07bb075289..9738a793d4d89a2d88be5b6f372534898630ffc8 100644
|
| --- a/Source/core/css/CSSShorthands.in
|
| +++ b/Source/core/css/CSSShorthands.in
|
| @@ -3,6 +3,7 @@
|
| // followed by the longhands associated to the shorthand.
|
| // Note: Mandatory blank line to skip parameter parsing phase
|
|
|
| +animation longhands=animation-name;animation-duration;animation-timing-function;animation-delay;animation-iteration-count;animation-direction;animation-fill-mode, runtimeEnabledShorthand=CSSAnimationUnprefixed
|
| background longhands=background-image;background-position-x;background-position-y;background-size;background-repeat-x;background-repeat-y;background-attachment;background-origin;background-clip;background-color
|
| background-position longhands=background-position-x;background-position-y
|
| background-repeat longhands=background-repeat-x;background-repeat-y
|
|
|