Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / animations / negative-delay-events.html
index 250f6c7..b639b22 100644 (file)
@@ -12,7 +12,7 @@
     }
     .animation {
       -webkit-animation-duration: 0.1s;
-      -webkit-animation-name: "animation";
+      -webkit-animation-name: animation;
     }
     #animation1 {
       -webkit-animation-delay: 0.05s;
@@ -23,7 +23,7 @@
     #animation3 {
       -webkit-animation-delay: -0.15s;
     }
-    @-webkit-keyframes "animation" {
+    @-webkit-keyframes animation {
         from { left: 0; }
         to   { left: 500px; }
     }