| Index: third_party/WebKit/LayoutTests/css3/filters/filter-repaint-composited-fallback.html
|
| diff --git a/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-composited-fallback.html b/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-composited-fallback.html
|
| index 400be86917d2cc930766a6c6b85847d0b5711fd7..eb94bfa52fc77b2b9de1dc9142a9313d3b8b25fb 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-composited-fallback.html
|
| +++ b/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-composited-fallback.html
|
| @@ -25,7 +25,7 @@
|
| transform: translate3d(0, 0, 0);
|
| background: red;
|
| margin: 50px;
|
| - -webkit-filter: drop-shadow(0px 0px 1px blue) blur(5px);
|
| + filter: drop-shadow(0px 0px 1px blue) blur(5px);
|
| width: 0px;
|
| height: 0px;
|
| }
|
|
|