Chromium Code Reviews| Index: LayoutTests/css3/filters/filtered-compositing-descendant.html |
| diff --git a/LayoutTests/css3/filters/filtered-compositing-descendant.html b/LayoutTests/css3/filters/filtered-compositing-descendant.html |
| index 9b3146101170f8a8ea88f453294a92d76f0e0f42..a004464d6e93920c2bbac945163773014bb74385 100644 |
| --- a/LayoutTests/css3/filters/filtered-compositing-descendant.html |
| +++ b/LayoutTests/css3/filters/filtered-compositing-descendant.html |
| @@ -16,7 +16,7 @@ |
| border: 2px solid black; |
| } |
| .compositing { |
| - -webkit-transform: translateZ(1px); |
| + transform: translateZ(1px); |
| background-color: red; |
| } |