| Index: sky/engine/core/css/StylePropertySerializer.cpp
|
| diff --git a/sky/engine/core/css/StylePropertySerializer.cpp b/sky/engine/core/css/StylePropertySerializer.cpp
|
| index d746d635addaaf126c14fa33d87241af057b73bc..c43ab575895bea5c44b28a0c0aaace0e309c148d 100644
|
| --- a/sky/engine/core/css/StylePropertySerializer.cpp
|
| +++ b/sky/engine/core/css/StylePropertySerializer.cpp
|
| @@ -88,10 +88,6 @@ String StylePropertySerializer::asText() const
|
| case CSSPropertyBackgroundRepeatY:
|
| shorthandPropertyAppeared.set(CSSPropertyBackground - firstCSSProperty);
|
| continue;
|
| - case CSSPropertyContent:
|
| - if (property.value()->isValueList())
|
| - value = toCSSValueList(property.value())->customCSSText(AlwaysQuoteCSSString);
|
| - break;
|
| case CSSPropertyBorderTopWidth:
|
| case CSSPropertyBorderRightWidth:
|
| case CSSPropertyBorderBottomWidth:
|
|
|