Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / transforms / 3d / hit-testing / coplanar-with-camera.html
index a6311ad..c060d5c 100644 (file)
@@ -17,7 +17,7 @@
 
     #container {
         -webkit-transform-style: preserve-3d;
-        -webkit-transform: translateZ(800px)
+        transform: translateZ(800px)
     }
 
     #layer {
@@ -27,7 +27,7 @@
         background-color: green;
 
         /* This should theoretically cancel out the container's transform, and hit-testing should work. */
-        -webkit-transform: translateZ(-800px);
+        transform: translateZ(-800px);
     }
 
     #background {