Index: LayoutTests/compositing/fixed-position-changed-within-composited-parent-layer.html |
diff --git a/LayoutTests/compositing/fixed-position-changed-within-composited-parent-layer.html b/LayoutTests/compositing/fixed-position-changed-within-composited-parent-layer.html |
index 074d60945d65ca060fb3326ab6ed8f0811293efa..a30698d6ec33f23d7c4be68dc97b74b38cdc6eae 100644 |
--- a/LayoutTests/compositing/fixed-position-changed-within-composited-parent-layer.html |
+++ b/LayoutTests/compositing/fixed-position-changed-within-composited-parent-layer.html |
@@ -8,7 +8,7 @@ |
.fixed { position: fixed; } |
.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) |