Index: Source/core/css/StylePropertySerializer.cpp |
diff --git a/Source/core/css/StylePropertySerializer.cpp b/Source/core/css/StylePropertySerializer.cpp |
index 0e249bd4de19ba7f58c4787ce8e585b9d33826b4..d59e764ef6661f0c71257e8687ac2cc077ed1ef7 100644 |
--- a/Source/core/css/StylePropertySerializer.cpp |
+++ b/Source/core/css/StylePropertySerializer.cpp |
@@ -401,7 +401,7 @@ String StylePropertySerializer::getPropertyValue(CSSPropertyID propertyID) const |
case CSSPropertyBackgroundRepeat: |
return backgroundRepeatPropertyValue(); |
case CSSPropertyBackground: |
- return getLayeredShorthandValue(backgroundShorthand()); |
+ return getLayeredShorthandValue(backgroundShorthand(), true); |
case CSSPropertyBorder: |
return borderPropertyValue(OmitUncommonValues); |
case CSSPropertyBorderTop: |