Index: LayoutTests/compositing/repaint/clipping-should-not-repaint-composited-descendants.html |
diff --git a/LayoutTests/compositing/repaint/clipping-should-not-repaint-composited-descendants.html b/LayoutTests/compositing/repaint/clipping-should-not-repaint-composited-descendants.html |
index f52a0a25450cc0e800d14e1aa8ded115de1454fb..d6d2fa2015a3687be81aa606274dfdb199ad4a44 100644 |
--- a/LayoutTests/compositing/repaint/clipping-should-not-repaint-composited-descendants.html |
+++ b/LayoutTests/compositing/repaint/clipping-should-not-repaint-composited-descendants.html |
@@ -9,7 +9,7 @@ |
.clipping-container { |
position: absolute; |
height: 300px; |
- -webkit-transform: translateZ(0); |
+ transform: translateZ(0); |
} |
.with-initial-clipping { |
@@ -21,7 +21,7 @@ |
height: 250px; |
background-color: yellow; |
border: 1px solid black; |
- -webkit-transform: translateZ(0); |
+ transform: translateZ(0); |
} |
</style> |
<style id="alt1"> |