Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / animations / generic-from-to.html
index f4e3b58..75697a8 100644 (file)
@@ -15,9 +15,9 @@
       background-color: blue;
       -webkit-animation-duration: 1s;
       -webkit-animation-timing-function: linear;
-      -webkit-animation-name: "anim";
+      -webkit-animation-name: anim;
     }
-    @-webkit-keyframes "anim" {
+    @-webkit-keyframes anim {
         from { left: 100px; }
         to   { left: 200px; }
     }