| Index: third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-blending-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-blending-expected.html b/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-blending-expected.html
|
| index 20dd6e92621fc85918c4d9b7266a34e96dc4c5a4..009e1660c0b414dae1670c0fb68350b1dfe5ec27 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-blending-expected.html
|
| +++ b/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-blending-expected.html
|
| @@ -8,13 +8,15 @@
|
|
|
| #composited-overlap-child {
|
| background-image: url(resources/blue.png);
|
| + will-change: transform;
|
| }
|
| </style>
|
| <script src="resources/squash-with-ancestor-property.js"></script>
|
| -<script>
|
| - window.onload = generateDom;
|
| -</script>
|
| +
|
| </head>
|
|
|
| <body>
|
| </body>
|
| +<script>
|
| +generateDom();
|
| +</script>
|
|
|