| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
| <title>CSS Test: Remaining table width is divided evenly among non auto-sized columns (minus borders and cell spacing)</title> |
| <link rel="author" title="Microsoft" href="http://www.microsoft.com/"> |
| <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout"> |
| <meta name="flags" content=""> |
| <meta name="assert" content="Any remaining horizontal table space is divided evenly among columns which do not have specified widths (minus borders and cell spacing)."> |
| border-collapse: separate; |
| border-left: 10px solid orange; |
| border-right: 10px solid orange; |
| <p>Test passes if all of the blue lines below appear to have the same width.</p> |