| Index: LayoutTests/compositing/squashing/squashed-layer-color-update.html
|
| diff --git a/LayoutTests/compositing/squashing/squashed-layer-color-update.html b/LayoutTests/compositing/squashing/squashed-layer-color-update.html
|
| index 558de94b14579dd545d887c8d66b01e54d91e67c..c95ba8c0bc5af00114b78a003fbae7368b9b65f0 100644
|
| --- a/LayoutTests/compositing/squashing/squashed-layer-color-update.html
|
| +++ b/LayoutTests/compositing/squashing/squashed-layer-color-update.html
|
| @@ -20,10 +20,8 @@
|
| </style>
|
| <script>
|
| onload = function() {
|
| - if (window.testRunner) {
|
| + if (window.testRunner)
|
| testRunner.waitUntilDone();
|
| - internals.settings.setLayerSquashingEnabled(true);
|
| - }
|
|
|
| var target = document.getElementById('target3');
|
| requestAnimationFrame(function() {
|
|
|