Index: third_party/WebKit/Source/core/css/StylePropertySerializer.cpp |
diff --git a/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp b/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp |
index 911704e775f27b58193277f85033bcdcbf29a27a..c067f76c1c233ecc83699205fe30ab7b41faca5f 100644 |
--- a/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp |
+++ b/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp |
@@ -315,6 +315,7 @@ static bool allowInitialInShorthand(CSSPropertyID propertyID) |
case CSSPropertyGridArea: |
case CSSPropertyGridGap: |
case CSSPropertyMotion: |
+ case CSSPropertyOffset: |
case CSSPropertyWebkitMarginCollapse: |
case CSSPropertyListStyle: |
case CSSPropertyWebkitTextEmphasis: |
@@ -455,6 +456,8 @@ String StylePropertySerializer::getPropertyValue(CSSPropertyID propertyID) const |
return get4Values(marginShorthand()); |
case CSSPropertyMotion: |
return getShorthandValue(motionShorthand()); |
+ case CSSPropertyOffset: |
+ return getShorthandValue(offsetShorthand()); |
case CSSPropertyWebkitMarginCollapse: |
return getShorthandValue(webkitMarginCollapseShorthand()); |
case CSSPropertyOverflow: |