Index: Source/core/css/parser/CSSPropertyParser.cpp |
diff --git a/Source/core/css/parser/CSSPropertyParser.cpp b/Source/core/css/parser/CSSPropertyParser.cpp |
index ba9e52de3088d5eb98918313428c738a35e50915..31a2216b1daf2f54d2d099abec0df633a740833c 100644 |
--- a/Source/core/css/parser/CSSPropertyParser.cpp |
+++ b/Source/core/css/parser/CSSPropertyParser.cpp |
@@ -8136,6 +8136,10 @@ bool CSSPropertyParser::parseSVGValue(CSSPropertyID propId, bool important) |
if (id == CSSValueLuminance || id == CSSValueAlpha) |
validPrimitive = true; |
break; |
+ case CSSPropertyX: |
+ case CSSPropertyY: |
+ validPrimitive = (!id && validUnit(value, FLength | FPercent, SVGAttributeMode)); |
+ break; |
/* shorthand properties */ |
case CSSPropertyMarker: { |