| Index: third_party/WebKit/Source/core/css/CSSProperties.in
|
| diff --git a/third_party/WebKit/Source/core/css/CSSProperties.in b/third_party/WebKit/Source/core/css/CSSProperties.in
|
| index fbe02bbf4e3d97f6f7adb39eb1073064f1696bdc..a904c26bff65eee6955a02e51fbb6c6c63aef34f 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.in
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.in
|
| @@ -119,7 +119,7 @@
|
|
|
| // Animation Priority properties
|
| animation-delay custom_all
|
| -animation-direction custom_all
|
| +animation-direction keywords=[normal|reverse|alternate|alternate-reverse], supports_multiple, custom_all
|
| animation-duration custom_all
|
| animation-fill-mode custom_all
|
| animation-iteration-count keywords=[infinite], supports_multiple, custom_all
|
|
|