Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / culling / clear-fixed-iframe.html
index eb11bcf..4bfd87e 100644 (file)
@@ -3,7 +3,7 @@
 <style>
 body { margin: 0; padding: 0; }
 .composited {
-  -webkit-transform: translateZ(0);
+  transform: translateZ(0);
   background-color: green;
   position:fixed;
   left:0; top:0; right:0; bottom:0;