| Index: third_party/WebKit/LayoutTests/compositing/squashing/squash-transformed-with-clip-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/squash-transformed-with-clip-expected.html b/third_party/WebKit/LayoutTests/compositing/squashing/squash-transformed-with-clip-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b4613af743d960cf34b187c7ef18f4cd902235b8
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/compositing/squashing/squash-transformed-with-clip-expected.html
|
| @@ -0,0 +1,18 @@
|
| +<style>
|
| +#overlap {
|
| + width: 10px;
|
| + height: 100px;
|
| + background: green;
|
| +}
|
| +#transformed {
|
| + position: absolute;
|
| + left: 0;
|
| + top: 50px;
|
| + will-change: opacity;
|
| +}
|
| +</style>
|
| +<div id="overlap"></div>
|
| +<div id="transformed">
|
| + This test succeeds if this text is visible.
|
| +</div>
|
| +This test verifies squashed transformed elements have their ancestor clip and local clip applied in the correct spaces.
|
|
|