2 <script src=
"../../fast/repaint/resources/text-based-repaint.js"></script>
4 function repaintTest() {
5 window
.scrollBy(0, 200);
7 onload
= runRepaintTest
;
9 <body style=
"height: 2000px">
10 Tests invalidation of fixed element when scrolled in a page with empty root layer. Passes if there is no red.
19 <!-- This div makes all of the contents of the page be in sublayers of the root layer, so root layer is empty. -->
23 backface-visibility: hidden;
26 background-color: red;