| Index: LayoutTests/paint/invalidation/spv2/should-not-clip-composited-viewport-scrolling-layer-expected.html
|
| diff --git a/LayoutTests/compositing/repaint/should-not-clip-composited-viewport-scrolling-layer.html b/LayoutTests/paint/invalidation/spv2/should-not-clip-composited-viewport-scrolling-layer-expected.html
|
| similarity index 62%
|
| copy from LayoutTests/compositing/repaint/should-not-clip-composited-viewport-scrolling-layer.html
|
| copy to LayoutTests/paint/invalidation/spv2/should-not-clip-composited-viewport-scrolling-layer-expected.html
|
| index f9206e02854ea26bba49fdd433c7cf7160c9e3c6..93461b3d0ab5f641f6f9ab9c20f5c23f80498bad 100644
|
| --- a/LayoutTests/compositing/repaint/should-not-clip-composited-viewport-scrolling-layer.html
|
| +++ b/LayoutTests/paint/invalidation/spv2/should-not-clip-composited-viewport-scrolling-layer-expected.html
|
| @@ -1,10 +1,6 @@
|
| <!DOCTYPE HTML>
|
| -<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
|
| <script>
|
| -if (window.internals)
|
| - internals.settings.setPreferCompositingToLCDTextEnabled(true);
|
| -function repaintTest() {
|
| - document.getElementById('content').style.backgroundColor = 'green';
|
| +onload = function() {
|
| window.scrollTo(2000, 2000);
|
| }
|
| window.onload = runRepaintTest;
|
| @@ -13,7 +9,7 @@ window.onload = runRepaintTest;
|
| #content {
|
| width: 5000px;
|
| height: 5000px;
|
| - background-color: red;
|
| + background-color: green;
|
| }
|
| </style>
|
| <div id="content">
|
|
|