4 <script src="resources/repaint.js"></script>
8 document.getElementById("inner").style.width = "0";
12 <body onload="runRepaintTest()">
13 <div style="float: left; overflow: hidden; width: 100px; height: 100px; background-color: green;">
14 <div id="inner" style="width: 100px; height: 100px; background-color: red;"></div>