Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / animations / font-size-using-ems.html-disabled
index 7cd2e8a..9ef54fe 100644 (file)
@@ -20,9 +20,9 @@
         border: 1px solid black;
         -webkit-animation-duration: 1s;
         -webkit-animation-timing-function: linear;
-        -webkit-animation-name: "anim";
+        -webkit-animation-name: anim;
     }
-    @-webkit-keyframes "anim" {
+    @-webkit-keyframes anim {
         from { font-size: 1em; }
         to   { font-size: 2em; }
     }