1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
5 <script src=
"resources/text-based-repaint.js"></script>
9 document
.getElementById("t").style
.height
='60px';
10 document
.getElementById("s").style
.height
='0';
14 <body onload=
"runRepaintTest();">
15 <p><b>BUG ID:
</b> <a href=
"https://bugs.webkit.org/show_bug.cgi?id=8449">Bugzilla bug
8449</a>
16 REGRESSION: Incomplete repaint of table cell that moved
17 <p id=
"success" style=
"background-color:palegreen; padding:3px;"><b>TEST PASS:
</b>
18 There should be only a green square below the line, and no red.
21 <p id=
"failure" style=
"background-color:#FF3300; padding:3px;"><b>TEST FAIL:
</b>
22 There will be a red square and a green rectangle.
25 <table cellspacing=
"0" cellpadding=
"0">
28 <td style=
"height: 0;" id=
"t"></td>
31 <td style=
"width: 60px;">
32 <div style=
"background: green; height: 60px;"></div>
34 <td style=
"height: 180px;"></td>
37 <td style=
"background: red;"></td>
38 <td style=
"height: 60px;" id=
"s"></td>