chromium/third_party/blink/web_tests/tables/mozilla/core/col_widths_fix_fixPer.html

fixed table - percentage width cell honored to min
<table width=300 border>
 <tr>
  <td width=3%>foo</td>
  <td width=100>foo</td></tr>
</table>
<BR>
fixed table - percentage cells allocated left to rigth first
<table width=300 border>
 <tr>
  <td width=100>100px 100px</td>
  <td width=50%>50%</td>
  <td width=50%>50%</td></tr>
</table>
<BR>
fixed table - percentage cells allocated left to rigth first
allocated from left to right
<table width=300 border>
 <tr>
  <td width=100>100px 100px</td>
  <td width=95%>95%</td>
  <td width=95%>95%</td></tr>
</table>
<BR>
fixed table - percentage cells allocated left to rigth first
<table width=200 cellspacing=10 cellpaddingx=5 border>
 <tr>
  <td width=100>100px 100px</td>
  <td width=50%>50%</td></tr>
</table>
<BR>
fixed table - percentage cells allocated left to right first
<table width=200 cellspacing=10 border>
 <tr>
  <td width=100>100px 100px</td>
  <td width=50%>50% 50% 50%</td>
  <td width=50%>50% 50% 50%</td></tr>
</table>
<BR>
fixed table - percentage cells allocated left to right first
<table width=400 cellspacing=10 border>
 <tr>
  <td width=100>100px 100px</td>
  <td width=100>100px 100px</td>
  <td width=50%>50% 50% 50%</td>
  <td width=50%>50% 50% 50%</td></tr>
</table>
<BR>
fixed table - percentage cells allocated left to right first
<table width=400 cellspacing=10 border>
 <tr>
  <td width=100>100px 100px</td>
  <td width=100>100px 100px</td>
  <td width=50%>50% 50% 50%</td>
  <td width=50%>50% 50% 50%</td>
  <td width=50%>50% 50% 50%</td></tr>
</table>
<BR>
<table width=200 border>
 <tr>
  <td width=100>foo</td>
  <td width=50%>bar</td>
  <td width=50%>zap</td>
 </tr>
</table>
<BR>
PERCENTAGE WIDTH TABLES
<table width=100% border=1>
 <tr>
  <td bgcolor=orange width=20%>foo foo foo foo
  <td bgcolor=blue width=20%>foo foo foo foo 
  <td align=right bgcolor=green width=100%>foo foo foo foo
  <td bgcolor=red width=200>foo foo foo foo</tr>
</table>
<BR>
<table width=100% border=1>
 <tr>
  <td bgcolor=red width=200>foo foo foo foo
  <td bgcolor=orange width=20%>foo foo foo foo
  <td bgcolor=blue width=20%>foo foo foo foo 
  <td align=right bgcolor=green width=100%>foo foo foo foo
  <td bgcolor=red width=200>foo foo foo foo</tr>
</table>
<BR>
<table width=100% border=1>
 <tr>
  <td bgcolor=red width=200>foo foo foo foo
  <td bgcolor=orange width=20%>foo foo foo foo
  <td bgcolor=blue width=20%>foo foo foo foo 
  <td align=right bgcolor=green width=20%>foo foo foo foo
  <td bgcolor=red width=200>foo foo foo foo</tr>
</table>