Chromium Code Reviews| Index: LayoutTests/compositing/contents-opaque/filter.html |
| diff --git a/LayoutTests/compositing/contents-opaque/filter.html b/LayoutTests/compositing/contents-opaque/filter.html |
| index 8efd175df391e5be748a9f2274d49d13e6da536d..80644da40807f703af53cce086c18415419007c0 100644 |
| --- a/LayoutTests/compositing/contents-opaque/filter.html |
| +++ b/LayoutTests/compositing/contents-opaque/filter.html |
| @@ -22,7 +22,7 @@ |
| background-color: green; |
| } |
| .composited { |
| - -webkit-transform: translateZ(0); |
| + transform: translateZ(0); |
| } |
| .filter-blur { |
| -webkit-filter: blur(10px); |