Chromium Code Reviews| Index: LayoutTests/css3/filters/effect-invert-hw.html |
| diff --git a/LayoutTests/css3/filters/effect-invert-hw.html b/LayoutTests/css3/filters/effect-invert-hw.html |
| index ff8500eb20d3b8a7231f5a19446865e3bbf5622c..dc0ba6962f1e8c506fd98d8a9e15b4127ab6bc0e 100644 |
| --- a/LayoutTests/css3/filters/effect-invert-hw.html |
| +++ b/LayoutTests/css3/filters/effect-invert-hw.html |
| @@ -1,6 +1,6 @@ |
| <style> |
| img { |
| - -webkit-transform:translateZ(0); |
| + transform:translateZ(0); |
| } |
| </style> |
| <img style="-webkit-filter: invert(0)" src="resources/reference.png"> |