Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / transforms / 3d / point-mapping / 3d-point-mapping-overlapping.html
index a8304f8..b8ee709 100644 (file)
@@ -63,7 +63,7 @@
       border: 1px solid black;
       background-color: #AAA;
       -webkit-box-sizing: border-box;
-      -webkit-transform: translateZ(50px);
+      transform: translateZ(50px);
     }
     
     #overlay {
@@ -71,7 +71,7 @@
       height: 300px;
       width: 150px;
       background-color: rgba(0, 128, 0, 0.3);
-      -webkit-transform: translateZ(100px);
+      transform: translateZ(100px);
     }
     
     .inner {