4 <script src=
"resources/text-based-repaint.js"></script>
14 will-change: transform;
17 background-color: #cef;
28 <body onload=
"runRepaintTest()">
30 This tests that a scroll updates an element's previous paint invalidation rect
31 even if the element's position relative to the parent blink::Layer is unchanged.
33 <div id=
"scroller" class=
"scroller">
34 <div style=
"height: 600px"></div>
35 <div style=
"position: absolute; top: 0">
36 <div id=
"block"></div>
41 function repaintTest()
43 document
.querySelector("#scroller").scrollTop
= 100;
44 document
.querySelector("#block").style
.left
= '50px';