Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / reorder-z-with-style-expected.html
index abb21c2..e7dc43d 100644 (file)
@@ -4,7 +4,7 @@
     height: 300px;
     width: 300px;
     background-color: green;
-    -webkit-transform: translateZ(0);
+    transform: translateZ(0);
   }
 
   #parent {
@@ -13,7 +13,7 @@
     width: 300px;
     height: 300px;
     background-color: green;
-    -webkit-transform: translateZ(0);
+    transform: translateZ(0);
   }
 </style>
 <body>