| Index: LayoutTests/animations/animation-direction-reverse-fill-mode-hardware.html
|
| diff --git a/LayoutTests/animations/animation-direction-reverse-fill-mode-hardware.html b/LayoutTests/animations/animation-direction-reverse-fill-mode-hardware.html
|
| index 33bcbfa7af233c7871f489c27547abb679baaf65..07c669b4176bf31d19162715358e5271b1973feb 100644
|
| --- a/LayoutTests/animations/animation-direction-reverse-fill-mode-hardware.html
|
| +++ b/LayoutTests/animations/animation-direction-reverse-fill-mode-hardware.html
|
| @@ -9,15 +9,15 @@
|
| top: 10px;
|
| height: 100px;
|
| width: 100px;
|
| - -webkit-transform: translate3d(100px, 0, 0);
|
| + transform: translate3d(100px, 0, 0);
|
| -webkit-animation-delay: 0.1s;
|
| -webkit-animation-duration: 0.1s;
|
| -webkit-animation-timing-function: linear;
|
| -webkit-animation-name: anim;
|
| }
|
| @-webkit-keyframes anim {
|
| - from { -webkit-transform: translate3d(200px, 0, 0); }
|
| - to { -webkit-transform: translate3d(300px, 0, 0); }
|
| + from { transform: translate3d(200px, 0, 0); }
|
| + to { transform: translate3d(300px, 0, 0); }
|
| }
|
| #a {
|
| background-color: #f99;
|
|
|