blob: 774a04ffb2054569df50c4fce2514a8c2a4c4a47 [file] [log] [blame]
<style>
table {
width: 0px;
table-layout: fixed;
border: solid;
}
td {
width: 50%;
overflow: auto;
}
</style>
PASS if the table below is not blank.
<table>
<colgroup>
<col style="width: 200px;">
<col style="width: 200px;">
</colgroup>
<tbody>
<tr>
<td>this text</td>
<td>should show</td>
</tr>
</tbody>
</table>