| Index: sky/engine/core/css/parser/BisonCSSParser-in.cpp
|
| diff --git a/sky/engine/core/css/parser/BisonCSSParser-in.cpp b/sky/engine/core/css/parser/BisonCSSParser-in.cpp
|
| index ae8665480d5aeeb97a44fdff551e6371afb3e773..9fdb154e609f511bbe36597253ea7d1961ad892d 100644
|
| --- a/sky/engine/core/css/parser/BisonCSSParser-in.cpp
|
| +++ b/sky/engine/core/css/parser/BisonCSSParser-in.cpp
|
| @@ -317,8 +317,6 @@ bool isValidKeywordPropertyAndValue(CSSPropertyID propertyId, CSSValueID valueID
|
| return false;
|
|
|
| switch (propertyId) {
|
| - case CSSPropertyAll:
|
| - return valueID == CSSValueUnset;
|
| case CSSPropertyBackgroundRepeatX: // repeat | no-repeat
|
| case CSSPropertyBackgroundRepeatY: // repeat | no-repeat
|
| return valueID == CSSValueRepeat || valueID == CSSValueNoRepeat;
|
| @@ -461,7 +459,6 @@ bool isKeywordPropertyID(CSSPropertyID propertyId)
|
| switch (propertyId) {
|
| case CSSPropertyAlignItems:
|
| case CSSPropertyAlignSelf:
|
| - case CSSPropertyAll:
|
| case CSSPropertyBackgroundRepeatX:
|
| case CSSPropertyBackgroundRepeatY:
|
| case CSSPropertyBorderBottomStyle:
|
|
|