| Index: LayoutTests/css3/filters/effect-combined-hw.html
|
| diff --git a/LayoutTests/css3/filters/effect-combined-hw.html b/LayoutTests/css3/filters/effect-combined-hw.html
|
| index 294264a84f890f385d468969ac037256eb279cf8..d6d416c8b0f4c4957dc4f1c630d291adaa70faaf 100644
|
| --- a/LayoutTests/css3/filters/effect-combined-hw.html
|
| +++ b/LayoutTests/css3/filters/effect-combined-hw.html
|
| @@ -1,7 +1,7 @@
|
| <style>
|
| img {
|
| margin: 10px;
|
| - -webkit-transform:translateZ(0);
|
| + transform:translateZ(0);
|
| }
|
| </style>
|
| <img style="-webkit-filter: sepia() saturate(3) hue-rotate(180deg)" src="resources/reference.png">
|
|
|