Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / overflow / reflected-overlay-scrollbars-should-respect-ancestor-clip.html
index 8c7d5c2..045eb20 100644 (file)
@@ -30,7 +30,7 @@
     left: 200px;
     background: blue;
     /* Without this, when _not_ composited, the reflected scrollbar disappears. See crbug.com/396775 */
-    -webkit-transform: translateZ(0);
+    transform: translateZ(0);
 }
 
 #scrolled {