| Index: LayoutTests/compositing/squashing/tricky-element-removal-crash.html
|
| diff --git a/LayoutTests/compositing/squashing/tricky-element-removal-crash.html b/LayoutTests/compositing/squashing/tricky-element-removal-crash.html
|
| index ac3783ed74c39479700380a9adcd2c8d634a865d..e8874210e20b99a98a7cee7cf1dbdf2f2273570d 100644
|
| --- a/LayoutTests/compositing/squashing/tricky-element-removal-crash.html
|
| +++ b/LayoutTests/compositing/squashing/tricky-element-removal-crash.html
|
| @@ -5,9 +5,6 @@
|
| <div id="target" style="width: 100px; height: 100px; transform: translateZ(0); background-color: blue">
|
| </div>
|
| <script>
|
| -if (window.internals)
|
| - internals.settings.setLayerSquashingEnabled(true);
|
| -
|
| function repaintTest() {
|
| document.querySelector('#target').remove();
|
| }
|
|
|