Index: third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp |
diff --git a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp |
index 056a31d3a987274c1e8ce9168a3c8aae1181f0a8..41632053c08afd6b3b7b4c049e981b3c999a63f5 100644 |
--- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp |
+++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp |
@@ -2367,6 +2367,13 @@ const CSSValue* ComputedStyleCSSValueMapping::get( |
layoutObject, styledNode, |
allowVisitedStyle); |
} |
+ case CSSPropertyPlaceSelf: { |
+ // TODO (jfernandez): The spec states that we should return the specified |
+ // value. |
+ return valuesForShorthandProperty(placeSelfShorthand(), style, |
+ layoutObject, styledNode, |
+ allowVisitedStyle); |
+ } |
case CSSPropertyAlignContent: |
return valueForContentPositionAndDistributionWithOverflowAlignment( |
style.alignContent(), CSSValueStretch); |