| Index: Source/core/css/parser/CSSPropertyParser.cpp
|
| diff --git a/Source/core/css/parser/CSSPropertyParser.cpp b/Source/core/css/parser/CSSPropertyParser.cpp
|
| index c0d17bd4ad78bab38671880c93af5ec3819fdbea..8a1a6428c0099c4056ac1fe5ad1c26c682dcacfe 100644
|
| --- a/Source/core/css/parser/CSSPropertyParser.cpp
|
| +++ b/Source/core/css/parser/CSSPropertyParser.cpp
|
| @@ -1514,7 +1514,6 @@ bool CSSPropertyParser::parseValue(CSSPropertyID propId, bool important)
|
| parsedValue = parseShapeProperty(propId);
|
| break;
|
| case CSSPropertyShapeMargin:
|
| - case CSSPropertyShapePadding:
|
| validPrimitive = (RuntimeEnabledFeatures::cssShapesEnabled() && !id && validUnit(value, FLength | FNonNeg));
|
| break;
|
| case CSSPropertyShapeImageThreshold:
|
|
|