2 <script src=
"../repaint/resources/text-based-repaint.js"></script>
6 document
.getElementById('target1').style
.width
= '150px';
7 document
.getElementById('target2').style
.width
= '50px';
8 document
.getElementById('target3').style
.height
= '150px';
9 document
.getElementById('target4').style
.height
= '50px';
11 window
.onload
= runRepaintTest
;
21 background-color: green;
22 box-shadow:
40px
20px black;
41 <div id=
"target1"></div>
42 <div id=
"target2"></div>
43 <div id=
"target3"></div>
44 <div id=
"target4"></div>