gecko/layout/reftests/bugs/542620-1.html
Robert O'Callahan 6f230353bb Bug 542620. Need to paint the table background if columns or column-groups have backgrounds. r=dbaron
--HG--
extra : rebase_source : aebb3f9c4c83d2eecc779939e87dcf7195f5d103
2010-02-02 12:21:13 +13:00

14 lines
280 B
HTML

<!DOCTYPE HTML>
<html>
<body>
<table>
<col style="background: lime"></col>
<tr><td style="width:100px; height:100px;"></td></tr>
</table>
<table>
<colgroup style="background: lime"></colgroup>
<tr><td style="width:100px; height:100px;"></td></tr>
</table>
</body>
</html>