2 <script src=
"resources/text-based-repaint.js"></script>
6 document
.getElementById('target1').style
.width
= '200px';
7 document
.getElementById('target2').style
.height
= '200px';
9 window
.onload
= runRepaintTest
;
18 background-color: green;
19 border-radius:
10px
15px
20px
25px;
23 <div id=
"target1" style=
"top: 0px"></div>
24 <div id=
"target2" style=
"top: 200px"></div>