| Index: LayoutTests/compositing/squashing/attempting-to-squash-into-compositing-container-expected.html
|
| diff --git a/LayoutTests/compositing/squashing/attempting-to-squash-into-compositing-container-expected.html b/LayoutTests/compositing/squashing/attempting-to-squash-into-compositing-container-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..798772f882afbd0d8536d98a6323d9c82053c914
|
| --- /dev/null
|
| +++ b/LayoutTests/compositing/squashing/attempting-to-squash-into-compositing-container-expected.html
|
| @@ -0,0 +1,9 @@
|
| +<!DOCTYPE html>
|
| +<div style="position: absolute; top: 0; width: 20px; height: 20px; background-color: green;"></div>
|
| +<div style="overflow-y: auto; height: 500px; width: 500px; background-color: pink; ">
|
| + <div style="height: 5000px; background-color: yellow;"></div>
|
| +</div>
|
| +<div style="background-color: lightgreen; position: absolute; top: 50px; left: 10px; height: 400px; width: 400px;">
|
| + <div style="background-color: lightblue; position: absolute; top: 25px; height: 300px; width: 300px;"></div>
|
| + <div style="background-color: salmon; height: 200px; position: absolute; width: 200px"></div>
|
| +</div>
|
|
|