Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / overflow / repaint-after-losing-scrollbars.html
index 56b0646..28d60bf 100644 (file)
@@ -7,7 +7,7 @@ width: 100px;
 height:100px;
 background-color: green;
 position:absolute;
--webkit-transform:translateZ(0);
+transform:translateZ(0);
 overflow:auto;
 }
 
@@ -20,7 +20,7 @@ background-color: red;
 }
 
 .content {
--webkit-transform: translateZ(0);
+transform: translateZ(0);
 position:absolute;
 width:10px;
 height:10px;