| Index: Source/core/css/CSSProperties.in | 
| diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in | 
| index 6bb0ae84cbc6fbb361ef9e3c59b6b09f34927df3..d9006e2967c72cef8daf3689c9a96d7da931b42e 100644 | 
| --- a/Source/core/css/CSSProperties.in | 
| +++ b/Source/core/css/CSSProperties.in | 
| @@ -155,6 +155,8 @@ content custom_all | 
| counter-increment custom_all | 
| counter-reset custom_all | 
| cursor inherited, custom_all | 
| +cx animatable, svg, converter=convertLength | 
| +cy animatable, svg, converter=convertLength | 
| display | 
| dominant-baseline svg | 
| empty-cells inherited, type_name=EEmptyCell | 
| @@ -240,6 +242,7 @@ position | 
| quotes inherited, converter=convertQuotes | 
| resize custom_value | 
| right animatable, initial=initialOffset, converter=convertLengthOrAuto | 
| +r animatable, svg, converter=convertLength | 
| rx animatable, svg, converter=convertLength | 
| ry animatable, svg, converter=convertLength | 
| scroll-behavior runtime_flag=CSSOMSmoothScroll, type_name=ScrollBehavior | 
|  |