Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / animations / keyframes-iteration-count-non-integer.html
index 450ee30..ccdd06d 100644 (file)
         background-color: blue;
         -webkit-animation-duration: 2s;
         -webkit-animation-timing-function: linear;
-        -webkit-animation-name: "anim";
+        -webkit-animation-name: anim;
         -webkit-animation-iteration-count: 0.3;
     }
-    @-webkit-keyframes "anim" {
+    @-webkit-keyframes anim {
         from { left: 50px; }
         20%  { left: 100px; }
         40%  { left: 100px; }