1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
4 <title>CSS Test: Remaining table width is divided evenly among non auto-sized columns (minus borders and cell spacing)
</title>
5 <link rel=
"author" title=
"Microsoft" href=
"http://www.microsoft.com/">
6 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout">
7 <meta name=
"flags" content=
"">
8 <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).">
9 <style type=
"text/css">
13 border-collapse: separate
;
14 border-spacing: 10px 0;
21 border-left: 10px solid orange
;
22 border-right: 10px solid orange
;
33 <p>Test passes if all of the blue lines below appear to have the same width.
</p>
36 <td id=
"specified"></td>