| Index: LayoutTests/compositing/contents-opaque/overflow-hidden-child-layers.html
|
| diff --git a/LayoutTests/compositing/contents-opaque/overflow-hidden-child-layers.html b/LayoutTests/compositing/contents-opaque/overflow-hidden-child-layers.html
|
| index 1abf39b78ee9ff061d149d664b2cd74253dc617e..6a8e9eff57a8f8229fb6fcfd1f781d5c3f0b2bdb 100644
|
| --- a/LayoutTests/compositing/contents-opaque/overflow-hidden-child-layers.html
|
| +++ b/LayoutTests/compositing/contents-opaque/overflow-hidden-child-layers.html
|
| @@ -9,7 +9,7 @@
|
| background-color: blue;
|
| box-shadow: 0 0 20px black;
|
| overflow: hidden;
|
| - -webkit-transform: translateZ(0);
|
| + transform: translateZ(0);
|
| }
|
| .child {
|
| position: relative;
|
|
|