Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / squashing / move-squashing-layer.html
index d84e450..770bd3d 100644 (file)
         background-color: green;
         top: 100px;
         z-index: 1;
-        -webkit-transform:translateZ(0);
+        transform:translateZ(0);
       }
 
       #background {
-        -webkit-transform:translateZ(0);
+        transform:translateZ(0);
         z-index: 0;
         position: absolute;
         top: 50px;