Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / reorder-z-with-style.html
index 9b24355..de2b0d8 100644 (file)
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <style>
   body {
-    -webkit-transform: translateZ(0);
+    transform: translateZ(0);
   }
   #container {
     height: 300px;
     width: 300px;
     background-color: green;
-    -webkit-transform: translateZ(0);
+    transform: translateZ(0);
   }
 
   #parent {
@@ -25,7 +25,7 @@
     height: 200px;
     z-index: -2;
     background-color: red;
-    -webkit-transform: translateZ(0);
+    transform: translateZ(0);
   }
 </style>
 <body>