Chromium Code Reviews| Index: LayoutTests/css3/filters/effect-reference-subregion-hw.html |
| diff --git a/LayoutTests/css3/filters/effect-reference-subregion-hw.html b/LayoutTests/css3/filters/effect-reference-subregion-hw.html |
| index 0b59fe36898303c14c4fcb7e93a2a68122b111e3..edd228953355ae00e5f4ab38c25f372d0fdca9e8 100644 |
| --- a/LayoutTests/css3/filters/effect-reference-subregion-hw.html |
| +++ b/LayoutTests/css3/filters/effect-reference-subregion-hw.html |
| @@ -67,7 +67,7 @@ |
| <style> |
| img { |
| margin: 10px; |
| - -webkit-transform: translateZ(0); |
| + transform: translateZ(0); |
| } |
| </style> |
| <img style="-webkit-filter: url(#colormatrix); filter: url(#colormatrix);" src="resources/reference.png"> |