1 <!-- Based on compositing/repaint/scroll-fixed-layer-out-of-view.html -->
5 <script src=
"resources/paint-invalidation-test.js"></script>
6 <script type=
"text/javascript">
8 internals
.settings
.setPreferCompositingToLCDTextEnabled(true);
10 window
.expectedPaintInvalidationObjects
= [
12 function paintInvalidationTest()
14 window
.scrollTo(0, 1000);
15 window
.scrollTo(0, 100);
19 <body style=
"height:2000px" onload=
"runPaintInvalidationTest()">
20 <div style=
"position: fixed; top: -300px; left: 100px; width: 88px; height: 88px; background-color: silver"></div>
21 <div style=
"position: fixed; top: 1000px; left: 100px; width: 99px; height: 99px; background-color: silver"></div>
22 There should be no repaints here: