Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / animations / simultaneous-start-left.html
index 3460535..b6e856c 100644 (file)
@@ -14,9 +14,9 @@
       background-color: blue;
       -webkit-animation-duration: 10s;
       -webkit-animation-timing-function: linear;
-      -webkit-animation-name: "anim";
+      -webkit-animation-name: anim;
     }
-    @-webkit-keyframes "anim" {
+    @-webkit-keyframes anim {
         from { left: 10px; }
         to   { left: 810px; }
     }