7 border:
5px solid grey;
10 <script src=
"resources/text-based-repaint.js" type=
"text/javascript"></script>
12 function repaintTest()
14 var td
= document
.getElementById("resizeMe");
15 td
.style
.height
= "0px";
18 window
.addEventListener("load", runRepaintTest
, false);
22 <p>This test checks that changing the size of the middle row triggers an invalidation for the following rows.
</p>
23 <table border=
"0" cellpadding=
"0" cellspacing=
"0" width=
"100%">
28 <td id=
"resizeMe" style=
"height: 200px"></td>