| Index: third_party/WebKit/LayoutTests/css3/filters/blur-filter-page-scroll-parents.html
|
| diff --git a/third_party/WebKit/LayoutTests/css3/filters/blur-filter-page-scroll-parents.html b/third_party/WebKit/LayoutTests/css3/filters/blur-filter-page-scroll-parents.html
|
| index b378d836d70374c5f261c9ccfcaa932dcac43d1c..2c5220afdb1f4cf2eb7da80df07762f1903334ee 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/filters/blur-filter-page-scroll-parents.html
|
| +++ b/third_party/WebKit/LayoutTests/css3/filters/blur-filter-page-scroll-parents.html
|
| @@ -20,12 +20,12 @@
|
| }
|
|
|
| .blur {
|
| - -webkit-filter: blur(1px);
|
| + filter: blur(1px);
|
| }
|
|
|
| .layer {
|
| /* Using very subtle grayscale to keep the green & red still visible. */
|
| - -webkit-filter: grayscale(0.1);
|
| + filter: grayscale(0.1);
|
| }
|
|
|
| #fixedBox {
|
|
|