Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / animations / change-keyframes.html
index 686eb8e..0acbf6d 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; }
         10%  { left: 200px; }
         90%  { left: 200px; }