Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / ManualTests / scrollbars / scrollbars-in-composited-layers.html
index b45d835..5045236 100644 (file)
         margin: 15px;
         padding: 5px;
         overflow-y: scroll;
-        -webkit-transform: translateZ(0);
+        transform: translateZ(0);
         box-shadow: 0 0 15px black;
     }
 
     .rotated {
-        -webkit-transform: rotate3d(0, 0, 1, 45deg);
+        transform: rotate3d(0, 0, 1, 45deg);
     }
     .scroll > div {
         background-color: silver;