Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / animations / keyframes.html
index d80a1cf..256c61e 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: 50px; }
         20%  { left: 100px; }
         40%  { left: 100px; }