| Index: third_party/WebKit/Source/core/css/CSSProperty.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSProperty.cpp b/third_party/WebKit/Source/core/css/CSSProperty.cpp
|
| index 94900d4c5c17b50f6d166f865dce58ac94d58733..4959d20bbb3ee37db3fc3c8bf8cb784ed59f0fd7 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperty.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperty.cpp
|
| @@ -230,6 +230,9 @@ bool CSSProperty::isAffectedByAllProperty(CSSPropertyID propertyID)
|
| if (propertyID == CSSPropertyVariable)
|
| return false;
|
|
|
| + if (CSSPropertyMetadata::isDescriptor(propertyID))
|
| + return false;
|
| +
|
| // all shorthand spec says:
|
| // The all property is a shorthand that resets all CSS properties except
|
| // direction and unicode-bidi. It only accepts the CSS-wide keywords.
|
|
|