blob: dbe737275c0454265e3fe899a1fe52d01abd69df [file] [log] [blame]
<title>This tests that zero width, but non-empty columns get horizontal space. PASS if the green cell on the right is visible</title>
<style>
td {
font-size: 20px !important;
font-family: ahem;
}
</style>
<table cellspacing="0" cellpadding="0" style="width: 800px">
<tr>
<td style="background-color: green; font-size: 0px;"></td>
<td style="background-color: yellow; width: 400px;">PASS if green is visible-></td>
<td style="background-color: green; font-size: 0px;"></td>
</tr>
</table>