Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / geometry / foreground-layer.html
index 57ed014..cf8fecd 100644 (file)
@@ -8,7 +8,7 @@
       margin: 30px;
       width: 200px;
       height: 200px;
-      -webkit-transform: translateZ(0);
+      transform: translateZ(0);
     }
 
     .main {
@@ -22,7 +22,7 @@
       width: 150px;
       height: 150px;
       padding: 20px;
-      -webkit-transform: translateZ(1px);
+      transform: translateZ(1px);
     }
     
     .negative {