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 lang="en"> | 3 <html lang="en"> |
4 <body> | 4 <body> |
5 <p><b>BUG ID:</b> <a href="https://bugs.webkit.org/show_bug.cgi?id=6278">Bugzill
a bug 6278</a> REGRESSION: Incomplete repaint when table cell width changes duri
ng layout</p> | 5 <p><b>BUG ID:</b> <a href="https://bugs.webkit.org/show_bug.cgi?id=6278">Bugzill
a bug 6278</a> REGRESSION: Incomplete repaint when table cell width changes duri
ng layout</p> |
6 | 6 |
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 The purple and green rects will resize, and there will remain separated by a blu
e horizontal line. | 8 The purple and green rects will resize, and there will remain separated by a blu
e horizontal line. |
9 </p> | 9 </p> |
10 | 10 |
11 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
| 11 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
|
12 The purple and green rects will resize, but the blue separator will disappear. | 12 The purple and green rects will resize, but the blue separator will disappear. |
13 </p> | 13 </p> |
14 <table style="width: 300px;"> | 14 <table style="width: 300px;"> |
15 <tr> | 15 <tr> |
16 <td id="col1" style="background: blue; padding:0;"> | 16 <td id="col1" style="background: blue; padding:0;"> |
17 <div style="background: #eeeeff;"> | 17 <div style="background: #eeeeff;"> |
18 Curabitur pretium, quam quis semper malesuada, est libero feugiat li
bero, vel fringilla orci nibh sed neque. Quisque eu nulla non nisi molestie accu
msan. Etiam tellus urna, laoreet ac, laoreet non, suscipit sed, sapien. Phasellu
s vehicula, sem at posuere vehicula, augue nibh molestie nisl, nec ullamcorper l
acus ante vulputate pede. | 18 Curabitur pretium, quam quis semper malesuada, est libero feugiat li
bero, vel fringilla orci nibh sed neque. Quisque eu nulla non nisi molestie accu
msan. Etiam tellus urna, laoreet ac, laoreet non, suscipit sed, sapien. Phasellu
s vehicula, sem at posuere vehicula, augue nibh molestie nisl, nec ullamcorper l
acus ante vulputate pede. |
19 </div> | 19 </div> |
20 <div style="background: #eeffee; margin-top: 5px; height: 50px;"> | 20 <div style="background: #eeffee; margin-top: 5px; height: 50px;"> |
21 </div> | 21 </div> |
22 </td> | 22 </td> |
23 <td id="target" style="width: 50px"></td> | 23 <td id="target" style="width: 50px"></td> |
24 </tr> | 24 </tr> |
25 </table> | 25 </table> |
26 | 26 |
27 </body> | 27 </body> |
28 </html> | 28 </html> |
OLD | NEW |