Index: LayoutTests/compositing/squashing/squash-transform-repainting-child.html |
diff --git a/LayoutTests/compositing/squashing/squash-transform-repainting-child.html b/LayoutTests/compositing/squashing/squash-transform-repainting-child.html |
index d205dec38fc4ad520b69443014e09e6cb85c06d1..bf740462e26a54b0e3e0add94ffcdf3bded31b65 100644 |
--- a/LayoutTests/compositing/squashing/squash-transform-repainting-child.html |
+++ b/LayoutTests/compositing/squashing/squash-transform-repainting-child.html |
@@ -3,7 +3,7 @@ |
<script src="../../resources/run-after-display.js"></script> |
<style> |
.composited { |
--webkit-transform: translatez(0); |
+transform: translatez(0); |
} |
.box { |
@@ -25,7 +25,7 @@ |
top: 20px; |
left: 20px; |
background-color: lime; |
- -webkit-transform: rotate(45deg); |
+ transform: rotate(45deg); |
} |
.top { |