Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / animations / animation-direction-reverse-timing-functions-hardware.html
index b5d19af..075aed1 100644 (file)
@@ -42,8 +42,8 @@
     }
     
     @-webkit-keyframes move1 {
-      from { -webkit-transform: translateX(0px); }
-      to { -webkit-transform: translateX(200px); }
+      from { transform: translateX(0px); }
+      to { transform: translateX(200px); }
     }
   </style>
   <script src="resources/animation-test-helpers.js"></script>