| Index: third_party/WebKit/LayoutTests/css3/filters/remove-filter-repaint.html
|
| diff --git a/third_party/WebKit/LayoutTests/css3/filters/remove-filter-repaint.html b/third_party/WebKit/LayoutTests/css3/filters/remove-filter-repaint.html
|
| index a92ed50dacc95c9398b43f49c10d3abe27213135..6bc11cd63d48047d90a567196413638753530983 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/filters/remove-filter-repaint.html
|
| +++ b/third_party/WebKit/LayoutTests/css3/filters/remove-filter-repaint.html
|
| @@ -28,7 +28,7 @@
|
| color: white;
|
| }
|
| .play.changed {
|
| - -webkit-filter: drop-shadow(black 0 0 5px);
|
| + filter: drop-shadow(black 0 0 5px);
|
| }
|
| .composited {
|
| transform: translateZ(0);
|
|
|