| Index: third_party/WebKit/LayoutTests/css3/filters/composited-layer-bounds-with-composited-blur.html
|
| diff --git a/third_party/WebKit/LayoutTests/css3/filters/composited-layer-bounds-with-composited-blur.html b/third_party/WebKit/LayoutTests/css3/filters/composited-layer-bounds-with-composited-blur.html
|
| index 9db67023d5720f915a8dc6cc308b3034fb564df9..80b173d4facca7565df2cbad3da632affbda4937 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/filters/composited-layer-bounds-with-composited-blur.html
|
| +++ b/third_party/WebKit/LayoutTests/css3/filters/composited-layer-bounds-with-composited-blur.html
|
| @@ -12,7 +12,7 @@
|
| #composited {
|
| background-color: green;
|
| transform: translateZ(0);
|
| - -webkit-filter: blur(25px);
|
| + filter: blur(25px);
|
| position: absolute;
|
| top: 100px;
|
| left: 100px;
|
|
|