| Index: third_party/WebKit/LayoutTests/css3/filters/composited-reflected.html
|
| diff --git a/third_party/WebKit/LayoutTests/css3/filters/composited-reflected.html b/third_party/WebKit/LayoutTests/css3/filters/composited-reflected.html
|
| index 784f754d5e8211c42fd30555ec01e7ad7fbb9d2e..cd4147f5e2b8528097e511752d988cf5d5377b75 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/filters/composited-reflected.html
|
| +++ b/third_party/WebKit/LayoutTests/css3/filters/composited-reflected.html
|
| @@ -13,7 +13,7 @@
|
| margin: 10px;
|
| height: 100px;
|
| width: 200px;
|
| - -webkit-filter: sepia(1);
|
| + filter: sepia(1);
|
| transform: translateZ(1px); /* Use composited filters */
|
| -webkit-box-reflect: below 10px;
|
| }
|
|
|