Index: LayoutTests/compositing/absolute-position-changed-with-composited-parent-layer.html |
diff --git a/LayoutTests/compositing/absolute-position-changed-with-composited-parent-layer.html b/LayoutTests/compositing/absolute-position-changed-with-composited-parent-layer.html |
index 56ccde01ea6a25e7a4a631449af55a7a76d876f5..509fe0990de8dcbcbeb15408ffd1bfc791a02e71 100644 |
--- a/LayoutTests/compositing/absolute-position-changed-with-composited-parent-layer.html |
+++ b/LayoutTests/compositing/absolute-position-changed-with-composited-parent-layer.html |
@@ -9,7 +9,7 @@ |
.absolute { position: absolute; } |
.green { background-color: green; } |
.red { background-color: red; } |
- .composited { -webkit-transform: translateZ(0); } |
+ .composited { transform: translateZ(0); } |
</style> |
<script type="text/javascript"> |
if (window.testRunner) |