| Index: LayoutTests/animations/transition-and-animation-2.html
|
| diff --git a/LayoutTests/animations/transition-and-animation-2.html b/LayoutTests/animations/transition-and-animation-2.html
|
| index 4a45ff9ac529db74d1b5c4144d5970dc643c6bdd..6a1266a65836731ad7ff67370fd7b6993db537f5 100644
|
| --- a/LayoutTests/animations/transition-and-animation-2.html
|
| +++ b/LayoutTests/animations/transition-and-animation-2.html
|
| @@ -21,8 +21,8 @@
|
| -webkit-transition-timing-function: linear;
|
| }
|
| @-webkit-keyframes "anim" {
|
| - from { -webkit-transform: translate(0,100px) }
|
| - to { -webkit-transform: translate(400px, 100px) }
|
| + from { transform: translate(0,100px) }
|
| + to { transform: translate(400px, 100px) }
|
| }
|
| </style>
|
| <script src="resources/animation-test-helpers.js" type="text/javascript" charset="utf-8"></script>
|
|
|