| Index: third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-mask-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-mask-expected.html b/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-mask-expected.html
|
| index 0fd7abdf65e2c6f99ca22903aebd13bc13603aa3..eec511ade23777b2a79c0b40eda5d0c01e5d5a95 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-mask-expected.html
|
| +++ b/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-mask-expected.html
|
| @@ -5,6 +5,9 @@
|
| #ancestor {
|
| -webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0));
|
| }
|
| + #composited-overlap-child {
|
| + will-change: transform;
|
| + }
|
| </style>
|
| <script src="resources/squash-with-ancestor-property.js"></script>
|
| <script>
|
|
|