| Index: LayoutTests/paint/invalidation/spv2/full-viewport-repaint-for-background-attachment-fixed-expected.html
|
| diff --git a/LayoutTests/fast/repaint/full-viewport-repaint-for-background-attachment-fixed.html b/LayoutTests/paint/invalidation/spv2/full-viewport-repaint-for-background-attachment-fixed-expected.html
|
| similarity index 77%
|
| copy from LayoutTests/fast/repaint/full-viewport-repaint-for-background-attachment-fixed.html
|
| copy to LayoutTests/paint/invalidation/spv2/full-viewport-repaint-for-background-attachment-fixed-expected.html
|
| index d01dd71090d6d5e053de6eb61e0e5e921a0e5733..b8a1798d06f311cc098c4edb5ea3159f92510791 100644
|
| --- a/LayoutTests/fast/repaint/full-viewport-repaint-for-background-attachment-fixed.html
|
| +++ b/LayoutTests/paint/invalidation/spv2/full-viewport-repaint-for-background-attachment-fixed-expected.html
|
| @@ -6,17 +6,12 @@ body {
|
| margin: 0;
|
| }
|
| </style>
|
| -<script src="resources/text-based-repaint.js" type="text/javascript"></script>
|
| <script>
|
| if (window.testRunner)
|
| window.internals.settings.setPreferCompositingToLCDTextEnabled(false);
|
|
|
| -function repaintTest() {
|
| - window.scrollTo(0, 1000);
|
| -}
|
| -
|
| window.onload = function() {
|
| - runRepaintTest();
|
| + window.scrollTo(0, 1000);
|
| };
|
| </script>
|
| <div style="height: 5000px">
|
|
|