| Index: LayoutTests/css3/filters/effect-all-on-background-hw.html
|
| diff --git a/LayoutTests/css3/filters/effect-all-on-background-hw.html b/LayoutTests/css3/filters/effect-all-on-background-hw.html
|
| index fd40e5048a3d581f3a20369c80caca19b00afb90..66500ba0687a749fe605cc12e97e62fc890b1ade 100644
|
| --- a/LayoutTests/css3/filters/effect-all-on-background-hw.html
|
| +++ b/LayoutTests/css3/filters/effect-all-on-background-hw.html
|
| @@ -19,7 +19,7 @@ li {
|
| background-image: url(resources/reference.png);
|
| display: block;
|
| float: left;
|
| - -webkit-transform:translateZ(0);
|
| + transform:translateZ(0);
|
| }
|
| </style>
|
| <ul>
|
|
|