Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / repaint / newly-composited-on-scroll.html
index 1474f11..44f8e32 100644 (file)
@@ -13,7 +13,7 @@
 
     #composited {
         height: 38px;
-        -webkit-transform:translate3d(0px, 0px, 0px);
+        transform:translate3d(0px, 0px, 0px);
     }
 
     #positioned-2 {
@@ -33,7 +33,7 @@
     }
     
     #transformed-container {
-        -webkit-transform: translateX(0);
+        transform: translateX(0);
         height:300px;
         width:600px;
     }