| Index: Source/core/css/StylePropertySerializer.cpp
|
| diff --git a/Source/core/css/StylePropertySerializer.cpp b/Source/core/css/StylePropertySerializer.cpp
|
| index c6f298f8090e73e91cb27d921e3e3d7893b3bbce..89d7e6e9be624fd588f569198db18478ad3855b3 100644
|
| --- a/Source/core/css/StylePropertySerializer.cpp
|
| +++ b/Source/core/css/StylePropertySerializer.cpp
|
| @@ -312,6 +312,8 @@ String StylePropertySerializer::getPropertyValue(CSSPropertyID propertyID) const
|
| {
|
| // Shorthand and 4-values properties
|
| switch (propertyID) {
|
| + case CSSPropertyAnimation:
|
| + return getLayeredShorthandValue(animationShorthand());
|
| case CSSPropertyBorderSpacing:
|
| return borderSpacingValue(borderSpacingShorthand());
|
| case CSSPropertyBackgroundPosition:
|
|
|