| Index: Source/core/css/RenderStyleCSSValueMapping.cpp
|
| diff --git a/Source/core/css/RenderStyleCSSValueMapping.cpp b/Source/core/css/RenderStyleCSSValueMapping.cpp
|
| index 29d3305c9199229d436911a14d87328735f51c93..064be72a019cd615daf14fb8e0d29f1f1c458cca 100644
|
| --- a/Source/core/css/RenderStyleCSSValueMapping.cpp
|
| +++ b/Source/core/css/RenderStyleCSSValueMapping.cpp
|
| @@ -2559,6 +2559,10 @@ PassRefPtrWillBeRawPtr<CSSValue> RenderStyleCSSValueMapping::get(CSSPropertyID p
|
| case CSSPropertyEnableBackground:
|
| // the above properties are not yet implemented in the engine
|
| return nullptr;
|
| + case CSSPropertyX:
|
| + return zoomAdjustedPixelValueForLength(svgStyle.x(), style);
|
| + case CSSPropertyY:
|
| + return zoomAdjustedPixelValueForLength(svgStyle.y(), style);
|
|
|
| case CSSPropertyAll:
|
| return nullptr;
|
|
|