Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / animations / opacity-transform-animation-expected.html
index 15954ad..3c27ed9 100644 (file)
@@ -11,7 +11,7 @@
     }
     #box {
         background-color: green;
-        -webkit-transform: translateX(200px) scale(1) translateZ(0);
+        transform: translateX(200px) scale(1) translateZ(0);
         opacity: 0.5;
     }
     #indicator {