Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / squashing / squash-compositing-hover.html
index 37f3030..f5f53ef 100644 (file)
@@ -2,7 +2,7 @@
 <head>
 <style>
 .composited {
--webkit-transform: translatez(0);
+transform: translatez(0);
 }
 
 .box {
@@ -44,7 +44,7 @@
 
 div:hover {
   background-color: green;
-  -webkit-transform:translatez(0);
+  transform:translatez(0);
 }
 
 </style>