Index: LayoutTests/compositing/overflow/content-gains-scrollbars.html |
diff --git a/LayoutTests/compositing/overflow/content-gains-scrollbars.html b/LayoutTests/compositing/overflow/content-gains-scrollbars.html |
index ee8526c5a84f5b71acbf3234a9100b239a8e3f4f..54f9eeeeca0b0390b4082f5fa7200641dbfb2e15 100644 |
--- a/LayoutTests/compositing/overflow/content-gains-scrollbars.html |
+++ b/LayoutTests/compositing/overflow/content-gains-scrollbars.html |
@@ -5,12 +5,12 @@ |
width: 100px; |
height:100px; |
position:absolute; |
--webkit-transform:translateZ(0); |
+transform:translateZ(0); |
overflow:auto; |
} |
.content { |
--webkit-transform: translateZ(0); |
+transform: translateZ(0); |
position:absolute; |
width:10px; |
height:10px; |