A floated sidebar, contains a table. No problems there, as the sidebar container has a (pixel-) defined width. A main contents area, with a red border (static <div>, width defined only by margins and padding).
The tables have very little content, and should not drop under the sidebar.
See also test 9b, where {table-layout:fixed} is declared on a width–less table.
a table, no width is declared; without a wrapper
| cell1 | cell2 | cell3 | cell4 |
| 1 | 2 | 3 | 4 |
a table, no width is declared - but a width (25%) is declared on the <col> element; without a wrapper
| cell1 | cell2 | cell3 | cell4 |
| 1 | 2 | 3 | 4 |
a table, no width declared; equally size cells (width on the <col> element); within a wrapper (width:99%)
| cell1 | cell2 | cell3 | cell4 |
| 1 | 2 | 3 | 4 |
a table, width declared (100%); equally size cells; within a wrapper (width:99%)
| cell1 | cell2 | cell3 | cell4 |
| 1 | 2 | 3 | 4 |
a table, width declared (100%); equally size cells; within a wrapper (width:100%)
| cell1 | cell2 | cell3 | cell4 |
| 1 | 2 | 3 | 4 |
