| Index: third_party/WebKit/LayoutTests/css3/filters/background-image-blur-repaint.html
|
| diff --git a/third_party/WebKit/LayoutTests/css3/filters/background-image-blur-repaint.html b/third_party/WebKit/LayoutTests/css3/filters/background-image-blur-repaint.html
|
| index 157c8b4248b647fdd272791de4b6b94585d678fd..a00b52291c34ee86bd3cde41c6b502c2b602bda1 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/filters/background-image-blur-repaint.html
|
| +++ b/third_party/WebKit/LayoutTests/css3/filters/background-image-blur-repaint.html
|
| @@ -32,7 +32,7 @@
|
| width: 400px;
|
| height: 300px;
|
| background-image: url(resources/reference.png);
|
| - -webkit-filter: blur(8px);
|
| + filter: blur(8px);
|
| }
|
| .box {
|
| position: absolute;
|
|
|