| Index: Source/core/css/parser/CSSPropertyParser.cpp
|
| diff --git a/Source/core/css/parser/CSSPropertyParser.cpp b/Source/core/css/parser/CSSPropertyParser.cpp
|
| index 667750ead0a019866b5b317f9e90a9eb207b7d06..146184b86d2329ba2184a247a5084f0e89854bdc 100644
|
| --- a/Source/core/css/parser/CSSPropertyParser.cpp
|
| +++ b/Source/core/css/parser/CSSPropertyParser.cpp
|
| @@ -831,7 +831,7 @@ bool CSSPropertyParser::parseValue(CSSPropertyID propId, bool important)
|
| // fall through
|
| case CSSPropertyWebkitMinLogicalWidth:
|
| case CSSPropertyWebkitMinLogicalHeight:
|
| - validPrimitive = validWidthOrHeight(value, unitless);
|
| + validPrimitive = id == CSSValueAuto || validWidthOrHeight(value, unitless);
|
| break;
|
|
|
| case CSSPropertyWidth:
|
|
|