Chromium Code Reviews| Index: LayoutTests/compositing/contents-opaque/hidden-with-visible-text.html |
| diff --git a/LayoutTests/compositing/contents-opaque/hidden-with-visible-text.html b/LayoutTests/compositing/contents-opaque/hidden-with-visible-text.html |
| index 17e38b66ab39758e6bb935a9ec996b7d40521342..fc9f8dfbdfadabe2265741af97151dabffda00cf 100644 |
| --- a/LayoutTests/compositing/contents-opaque/hidden-with-visible-text.html |
| +++ b/LayoutTests/compositing/contents-opaque/hidden-with-visible-text.html |
| @@ -6,7 +6,7 @@ |
| width: 200px; |
| height: 100px; |
| background-color: green; |
| - -webkit-transform: translateZ(0); |
| + transform: translateZ(0); |
| } |
| .inner { |
| visibility: visible; |