Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / animations / animation-on-inline-crash.html
index 0db2eab..48f1bbb 100644 (file)
@@ -5,7 +5,7 @@
       -webkit-animation-name: anim;
     }
     @-webkit-keyframes anim {
-      from { -webkit-transform: translateX(10px); }
+      from { transform: translateX(10px); }
     }
 </style>
 <script type="text/javascript" charset="utf-8">