3 <script src=
"resources/text-based-repaint.js"></script>
7 document
.getElementById("target").style
.width
= "100px";
11 <body onload=
"runRepaintTest()">
13 <span style=
"-position: relative; top: 25px; left: 25px;">
14 <div style=
"float: left; height: 100px; width: 100px; overflow: hidden; background-color: red;">
15 <div id=
"target" style=
"height: 100px; width: 0; background-color: green;">