| 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 5394b40317a46dc87b92dbe6c144480c61213132..d8ab329493f8af5f944dd973f9b962ae48727b34 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| @@ -2351,6 +2351,13 @@ const CSSValue* ComputedStyleCSSValueMapping::get(
|
| layoutObject, styledNode,
|
| allowVisitedStyle);
|
| }
|
| + case CSSPropertyPlaceItems: {
|
| + // TODO (jfernandez): The spec states that we should return the specified
|
| + // value.
|
| + return valuesForShorthandProperty(placeItemsShorthand(), style,
|
| + layoutObject, styledNode,
|
| + allowVisitedStyle);
|
| + }
|
| case CSSPropertyAlignContent:
|
| return valueForContentPositionAndDistributionWithOverflowAlignment(
|
| style.alignContent(), CSSValueStretch);
|
|
|