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