Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / animations / keyframes-infinite-iterations.html
index a323eb5..a9fc72e 100644 (file)
@@ -11,9 +11,9 @@
         -webkit-animation-duration: 1s;
         -webkit-animation-timing-function: linear;
         -webkit-animation-iteration-count: infinite;
-        -webkit-animation-name: "anim";
+        -webkit-animation-name: anim;
     }
-    @-webkit-keyframes "anim" {
+    @-webkit-keyframes anim {
         from { left: 0px; }
         to   { left: 100px; }
     }