Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / animations / import.html
index 3929c5d..96fd2f1 100644 (file)
@@ -16,7 +16,7 @@
         background-color: blue;
         -webkit-animation-duration: 1s;
         -webkit-animation-timing-function: linear;
-        -webkit-animation-name: "anim";
+        -webkit-animation-name: anim;
     }
     </style>
     <script src="resources/animation-test-helpers.js" type="text/javascript" charset="utf-8"></script>