OLD | NEW |
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" |
2 "http://www.w3.org/TR/html4/strict.dtd"> | 2 "http://www.w3.org/TR/html4/strict.dtd"> |
3 <html> | 3 <html> |
4 <body> | 4 <body> |
5 <p><b>BUG ID:</b> <a href="https://bugs.webkit.org/show_bug.cgi?id=8449">Bugzill
a bug 8449</a> | 5 <p><b>BUG ID:</b> <a href="https://bugs.webkit.org/show_bug.cgi?id=8449">Bugzill
a bug 8449</a> |
6 REGRESSION: Incomplete repaint of table cell that moved | 6 REGRESSION: Incomplete repaint of table cell that moved |
7 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</
b> | 7 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</
b> |
8 There should be only a green square below the line, and no red. | 8 There should be only a green square below the line, and no red. |
9 </p> | 9 </p> |
10 | 10 |
(...skipping 13 matching lines...) Expand all Loading... |
24 <td style="height: 180px;"></td> | 24 <td style="height: 180px;"></td> |
25 </tr> | 25 </tr> |
26 <tr> | 26 <tr> |
27 <td style="background: red;"></td> | 27 <td style="background: red;"></td> |
28 <td style="height: 0;" id="s"></td> | 28 <td style="height: 0;" id="s"></td> |
29 </tr> | 29 </tr> |
30 </table> | 30 </table> |
31 | 31 |
32 </body> | 32 </body> |
33 </html> | 33 </html> |
OLD | NEW |