Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / animations / animation-shorthand-overriding.html
index 7b27164..e254a51 100644 (file)
@@ -3,12 +3,12 @@
 <title>Test animation shorthand property</title> 
 <style type="text/css">
 @-webkit-keyframes circle {    
-    from { -webkit-transform:rotate(0deg); }    
-    to { -webkit-transform:rotate(360deg); }
+    from { transform:rotate(0deg); }    
+    to { transform:rotate(360deg); }
 }
 @-webkit-keyframes inner-circle {
-    from { -webkit-transform:rotate(0deg); }
-    to { -webkit-transform:rotate(-360deg); }
+    from { transform:rotate(0deg); }
+    to { transform:rotate(-360deg); }
 }
 
 div > div {