Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / geometry / transfrom-origin-on-zero-size-layer.html
index 59b49a7..3e9fab8 100644 (file)
@@ -16,7 +16,7 @@
       height: 0px;
       width: 0px;
       -webkit-transform-origin: 0 100px;
-      -webkit-transform: scale3d(0.5, 0.5, 1);
+      transform: scale3d(0.5, 0.5, 1);
     }
 
     .box {
@@ -24,7 +24,7 @@
       width: 100px;
       height: 100px;
       background-color: green;
-      -webkit-transform: translateZ(10px);
+      transform: translateZ(10px);
     }
     
     #indicator {