| Index: LayoutTests/animations/animation-hit-test-transform.html
|
| diff --git a/LayoutTests/animations/animation-hit-test-transform.html b/LayoutTests/animations/animation-hit-test-transform.html
|
| index 885b9a407cfb52bbe08c65c8602d6aa06f3adb1e..49272bd6cd11cd9492d1f50afe855e5d610e5c81 100644
|
| --- a/LayoutTests/animations/animation-hit-test-transform.html
|
| +++ b/LayoutTests/animations/animation-hit-test-transform.html
|
| @@ -16,8 +16,8 @@
|
| -webkit-animation-timing-function: linear;
|
| }
|
| @-webkit-keyframes "anim" {
|
| - from { -webkit-transform: translate(100px); }
|
| - to { -webkit-transform: translate(300px); }
|
| + from { transform: translate(100px); }
|
| + to { transform: translate(300px); }
|
| }
|
|
|
| .dot {
|
|
|