| Index: LayoutTests/animations/transition-and-animation-1.html
|
| diff --git a/LayoutTests/animations/transition-and-animation-1.html b/LayoutTests/animations/transition-and-animation-1.html
|
| index dd5b8809c76358fa534989e42f20a9482d47eb1b..83b1471de7cbaea0f878aab70e533ebb27b64927 100644
|
| --- a/LayoutTests/animations/transition-and-animation-1.html
|
| +++ b/LayoutTests/animations/transition-and-animation-1.html
|
| @@ -20,8 +20,8 @@
|
| -webkit-transition-duration: 10s;
|
| }
|
| @-webkit-keyframes "anim" {
|
| - from { -webkit-transform: translateX(200px); }
|
| - to { -webkit-transform: translateX(300px); }
|
| + from { transform: translateX(200px); }
|
| + to { transform: translateX(300px); }
|
| }
|
| </style>
|
| <script src="resources/animation-test-helpers.js" type="text/javascript" charset="utf-8"></script>
|
|
|