4 <script src=
"resources/text-based-repaint.js"></script>
14 will-change: transform;
17 background-color: #cef;
27 <body onload=
"runRepaintTest()">
29 This tests that an element which is moved by the synchronous layout in
30 Element::setScrollTop, and again by the scroll itself, has its original
31 location correctly invalidated.
34 <div style=
"height: 900px"></div>
35 <div id=
"block"></div>
39 function repaintTest()
41 document
.querySelector("#block").style
.top
= '310px';
42 document
.querySelector("#scroller").scrollTop
= 150;