diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/animations/additive-transform-animations.html')
| -rw-r--r-- | third_party/WebKit/LayoutTests/animations/additive-transform-animations.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/animations/additive-transform-animations.html b/third_party/WebKit/LayoutTests/animations/additive-transform-animations.html index 9164706..00e326e 100644 --- a/third_party/WebKit/LayoutTests/animations/additive-transform-animations.html +++ b/third_party/WebKit/LayoutTests/animations/additive-transform-animations.html @@ -14,8 +14,8 @@ } @-webkit-keyframes anim { - from { -webkit-transform: rotate(0deg) translate(-100px, 0); } - to { -webkit-transform: rotate(180deg) translate(300px, 0); } + from { transform: rotate(0deg) translate(-100px, 0); } + to { transform: rotate(180deg) translate(300px, 0); } } </style> <script src="resources/animation-test-helpers.js" type="text/javascript"></script> |
