1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
5 <title>width in
<COL
></title>
8 <div style=
"width: 600px;">
9 <p>The following two tables should be the same.
</p>
10 <p>Table
1: width in
<COL
></p>
11 <table style=
"table-layout:auto;">
12 <col style=
"width: 150px;">
13 <col style=
"width: 100px;">
15 <td style=
"background: yellow;">
16 Cras tincidunt bibendum nunc. Morbi condimentum aliquet diam. Phasellus pulvinar, nisl at tempor auctor, dolor pede vestibulum risus, placerat malesuada dui enim nec est. Nulla leo.
18 <td style=
"background: green;">
23 <p>Table
2: width in
<TD
></p>
24 <table style=
"table-layout:auto;">
26 <td style=
"width: 150px; background: yellow;">
27 Cras tincidunt bibendum nunc. Morbi condimentum aliquet diam. Phasellus pulvinar, nisl at tempor auctor, dolor pede vestibulum risus, placerat malesuada dui enim nec est. Nulla leo.
29 <td style=
"width: 100px; background: green;">