2 <script src=
"resources/text-based-repaint.js" type=
"text/javascript"></script>
6 document
.getElementById("target").style
.backgroundColor
= "lightpink";
10 <body onload=
"runRepaintTest()">
11 <button id=
"target" style=
"height: 100px; width: 100px; background-color: lightblue; border: none;"> </button>