Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/table-width/reftest.list
<!DOCTYPE HTML>
<title>Distributing widths from spanning cells to empty columns</title>
<table cellpadding="0" cellspacing="0" width="75">
<tr>
<td width="25" bgcolor="yellow" > </td>
<td width="50" colspan="2" bgcolor="aqua" > </td>
</tr>
<tr>
<td width="50" colspan="2" bgcolor="fuchsia"> </td>
<td width="25" bgcolor="yellow" > </td>
</tr>
</table>