Index: LayoutTests/compositing/repaint/should-not-repaint-composited-transform.html |
diff --git a/LayoutTests/compositing/repaint/should-not-repaint-composited-transform.html b/LayoutTests/compositing/repaint/should-not-repaint-composited-transform.html |
index 58986347cba8cf1ad5ca296b235d661f0aaf2f94..579adcc96a20b2d03f7f85c27cbf0b3052d5fd1b 100644 |
--- a/LayoutTests/compositing/repaint/should-not-repaint-composited-transform.html |
+++ b/LayoutTests/compositing/repaint/should-not-repaint-composited-transform.html |
@@ -4,7 +4,7 @@ |
width: 100px; |
height: 100px; |
border: solid 1px black; |
- -webkit-transform:translate3D(0, 0, 0); |
+ transform:translate3D(0, 0, 0); |
} |
</style> |
<script src="../../fast/repaint/resources/text-based-repaint.js"></script> |