4 <script src=
"resources/text-based-repaint.js" type=
"text/javascript"></script>
5 <script type=
"text/javascript">
8 document
.getElementById('t').style
.height
= '100px';
12 <BODY onload=
"runRepaintTest();">
14 This is a repaint test for
<i><a href=
"https://bugs.webkit.org/show_bug.cgi?id=7204">http://bugzilla.opendarwin.org/show_bug.cgi?id=
7204</a>
15 float inserted in fixed height block via DOM not repainted
</i>.
18 There should be a green square below.
23 <div style=
"float:left; background: green; width: 100px; height: 100px;"></div>