| Index: Source/core/css/parser/CSSPropertyParser.cpp
|
| diff --git a/Source/core/css/parser/CSSPropertyParser.cpp b/Source/core/css/parser/CSSPropertyParser.cpp
|
| index e27fa5ce66af073d3b35c869321c000938253407..c4eeb14c4a1e0f007a182259e70660f24d2a180f 100644
|
| --- a/Source/core/css/parser/CSSPropertyParser.cpp
|
| +++ b/Source/core/css/parser/CSSPropertyParser.cpp
|
| @@ -673,6 +673,9 @@ bool CSSPropertyParser::parseValue(CSSPropertyID unresolvedProperty, bool import
|
| }
|
| break;
|
| }
|
| + case CSSPropertyImageOrientation:
|
| + validPrimitive = value->id == CSSValueFromImage || (value->unit != CSSPrimitiveValue::CSS_NUMBER && validUnit(value, FAngle) && value->fValue == 0);
|
| + break;
|
|
|
| case CSSPropertyBackgroundBlendMode:
|
| case CSSPropertyBackgroundAttachment:
|
|
|