Index: LayoutTests/compositing/iframes/repaint-after-losing-scrollbars.html |
diff --git a/LayoutTests/compositing/iframes/repaint-after-losing-scrollbars.html b/LayoutTests/compositing/iframes/repaint-after-losing-scrollbars.html |
index a3b2f7c75fd2d8ea40f1975fccef719bad4d8edf..e608ce7cad9903075984ce8cd97a63d5a5b1891c 100644 |
--- a/LayoutTests/compositing/iframes/repaint-after-losing-scrollbars.html |
+++ b/LayoutTests/compositing/iframes/repaint-after-losing-scrollbars.html |
@@ -3,7 +3,7 @@ |
<!-- Tests that overflow controls are repainted after compositing is disabled. There should be three green squares and no visible overflow controls --> |
<style> |
.composited { |
--webkit-transform:translateZ(0); |
+transform:translateZ(0); |
} |
.container { |