| Index: LayoutTests/compositing/squashing/visibility-composited-squashing.html
|
| diff --git a/LayoutTests/compositing/squashing/visibility-composited-squashing.html b/LayoutTests/compositing/squashing/visibility-composited-squashing.html
|
| index bb47513a36fadb8e8faaf540186175623f0e0833..0b594c6123ae72260bfe8c9218932d91d89bd9bb 100644
|
| --- a/LayoutTests/compositing/squashing/visibility-composited-squashing.html
|
| +++ b/LayoutTests/compositing/squashing/visibility-composited-squashing.html
|
| @@ -29,10 +29,9 @@
|
| }
|
| </style>
|
| <script>
|
| - if (window.testRunner) {
|
| + if (window.testRunner)
|
| testRunner.waitUntilDone();
|
| - internals.settings.setLayerSquashingEnabled(true);
|
| - }
|
| +
|
| requestAnimationFrame(function() {
|
| requestAnimationFrame(function() {
|
| document.getElementById('target1').classList.add('visible');
|
|
|