| Index: third_party/WebKit/LayoutTests/css3/filters/root-renderer-with-opacity-filter-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/css3/filters/root-renderer-with-opacity-filter-expected.html b/third_party/WebKit/LayoutTests/css3/filters/root-renderer-with-opacity-filter-expected.html
|
| index f1e403b8522fa3495e76b30296a2872f4fd055b3..d63ce876e996786ff5cbab87169ef55a05c8a364 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/filters/root-renderer-with-opacity-filter-expected.html
|
| +++ b/third_party/WebKit/LayoutTests/css3/filters/root-renderer-with-opacity-filter-expected.html
|
| @@ -1,4 +1,4 @@
|
| <!DOCTYPE html>
|
| <html>
|
| -<body style="-webkit-filter: opacity(0.5)">
|
| +<body style="filter: opacity(0.5)">
|
| This test ensures we properly paint the root renderer when an opacity filter is applied.
|
|
|