| Index: LayoutTests/animations/missing-keyframe-properties.html
|
| diff --git a/LayoutTests/animations/missing-keyframe-properties.html b/LayoutTests/animations/missing-keyframe-properties.html
|
| index 88c7f4189672eaf994825c4c54076a609000c18e..d392b65f21371ad40b1ddf13825f10c24ec15d68 100644
|
| --- a/LayoutTests/animations/missing-keyframe-properties.html
|
| +++ b/LayoutTests/animations/missing-keyframe-properties.html
|
| @@ -33,13 +33,13 @@
|
| }
|
| @-webkit-keyframes move2 {
|
| from {
|
| - -webkit-transform: translateX(0);
|
| + transform: translateX(0);
|
| }
|
| 50% {
|
| opacity: 0;
|
| }
|
| to {
|
| - -webkit-transform: translateX(400px);
|
| + transform: translateX(400px);
|
| }
|
| }
|
|
|
|
|