Index: LayoutTests/compositing/iframes/composited-parent-iframe.html |
diff --git a/LayoutTests/compositing/iframes/composited-parent-iframe.html b/LayoutTests/compositing/iframes/composited-parent-iframe.html |
index 5c634e22ddee605bbe19d73e7a3cb15b9b8dd423..c8686f052702b0295462dc789fc3b931539bcb5c 100644 |
--- a/LayoutTests/compositing/iframes/composited-parent-iframe.html |
+++ b/LayoutTests/compositing/iframes/composited-parent-iframe.html |
@@ -9,7 +9,7 @@ |
height: 150px; |
width: 300px; |
-webkit-box-shadow: 0 0 20px black; |
- -webkit-transform: translateZ(0); |
+ transform: translateZ(0); |
} |
</style> |
<script type="text/javascript" charset="utf-8"> |