4 <title>Percent widths on table cells
</title>
5 <style type=
"text/css">
23 <!-- column min widths must match tests, since we have to size slightly
24 smaller than percents because of the extra space from the borders -->
25 <table width=
"100%"><tr height=
"50">
26 <td style=
"background:yellow" width=
"40%"><div style=
"width:100px"></div></td>
27 <td style=
"background:aqua" width=
"40%"><div style=
"width:100px"></div></td>
28 <td style=
"background:fuchsia" width=
"20%"><div style=
"width:100px"></div></td>
29 <td style=
"background:blue"></td>