3 <div style=
"position: absolute; width: 200px; height: 200px; background: lightgray; will-change: transform"></div>
5 <div style=
"position: absolute; width: 200px; height: 200px; top: 50px; left: 50px; background: lightblue"></div>
6 <div id=
"target" style=
"position: absolute; width: 200px; height: 200px; top: 100.45px; left: 100.45px; background: papayawhip"></div>
8 <script src=
"../../fast/repaint/resources/text-based-repaint.js"></script>
10 function repaintTest() {
11 target
.style
.backgroundColor
= 'red';