| Index: third_party/WebKit/LayoutTests/compositing/squashing/remove-squashed-layer-plus-move.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/remove-squashed-layer-plus-move.html b/third_party/WebKit/LayoutTests/compositing/squashing/remove-squashed-layer-plus-move.html
|
| index 5af46da4c95e0a4c922df559cffd7a2d7ffe58cb..62ea706f92cc76e7bf304372c013703c53660d7c 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/squashing/remove-squashed-layer-plus-move.html
|
| +++ b/third_party/WebKit/LayoutTests/compositing/squashing/remove-squashed-layer-plus-move.html
|
| @@ -14,7 +14,7 @@
|
| <div class="mv-tile" style="background-color: lightblue;"></div>
|
| </div>
|
| <div class="mv-tile" style="width: 1000px"></div>
|
| -<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
|
| +<script src="../../fast/repaint/resources/repaint.js"></script>
|
| <script>
|
| // This test verifies that a paint invalidation is correctly issued for both the old and new location of
|
| // the mv-tile element which is *not* removed from the DOM, but nevertheless moves to the left as the other one
|
|
|