1 <!-- Based on compositing/repaint/scroll-fixed-layer-no-content.html -->
5 <script src=
"resources/paint-invalidation-test.js"></script>
6 <script type=
"text/javascript">
8 internals
.settings
.setPreferCompositingToLCDTextEnabled(true);
9 window
.expectedPaintInvalidationObjects
= [
11 function paintInvalidationTest()
13 window
.scrollTo(0, 1000);
14 window
.scrollTo(0, 100);
18 <body style=
"height:2000px" onload=
"runPaintInvalidationTest()">
19 <div style=
"position: fixed; top: 100px; left: 100px; width: 200px; height: 200px"></div>
20 There should be no repaints here: