3 <script src=
"resources/text-based-repaint.js"></script>
7 document
.getElementById("target").style
.width
= "100px";
11 <body onload=
"runRepaintTest()">
14 <td style=
"height: 200px;"></td>
16 <div style=
"height: 100px; width: 100px; overflow: hidden; background-color: red;">
17 <div id=
"target" style=
"height: 100px; width: 0; background-color: green;"></div>