Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / animations / change-keyframes-name.html
index b55ed81..b181aad 100644 (file)
@@ -15,9 +15,9 @@
         background-color: blue;
         -webkit-animation-duration: 0.5s;
         -webkit-animation-timing-function: linear;
-        -webkit-animation-name: "bar";
+        -webkit-animation-name: bar;
     }
-    @-webkit-keyframes "foo" {
+    @-webkit-keyframes foo {
         from { left: 100px; }
         40%  { left: 200px; }
         60%  { left: 200px; }