| Index: third_party/WebKit/LayoutTests/css3/filters/huge-region-composited.html
|
| diff --git a/third_party/WebKit/LayoutTests/css3/filters/huge-region-composited.html b/third_party/WebKit/LayoutTests/css3/filters/huge-region-composited.html
|
| index 9aed3d9f38efb384c8af4a5d04775c8dbdef1d68..51f0b075c5710a657dec6f485d7e3ac077d4205f 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/filters/huge-region-composited.html
|
| +++ b/third_party/WebKit/LayoutTests/css3/filters/huge-region-composited.html
|
| @@ -6,7 +6,7 @@
|
| width: 50px;
|
| height: 50px;
|
| padding-bottom: 65536%;
|
| - -webkit-filter: blur(2147483648px);
|
| + filter: blur(2147483648px);
|
| transform: translate3d(0, 0, 0);
|
| }
|
| </style>
|
|
|