chromium/third_party/blink/web_tests/tables/mozilla_expected_failures/core/columns.html

auto table cols=2
<table border cols=2>
 <tr>
  <td>auto auto auto auto auto auto auto auto </td>
  <td>auto-auto auto auto auto </td>
  <td>auto auto auto</td></tr>
</table>
<BR>
auto table cols=2
<table border cols=2>
 <tr>
  <td>auto</td>
  <td>auto-auto</td>
  <td>auto auto auto</td></tr>
</table>
<BR>
auto table 2 cols with 1*,1*
<table border>
 <col width=1*>
 <col width=1*>
 <tr>
  <td>auto</td>
  <td>auto-auto</td>
  <td>auto auto auto</td></tr>
</table>
<BR>
auto table 2 cols with 2*,1*
<table border>
 <col width=2*>
 <col width=1*>
 <tr>
  <td>auto</td>
  <td>auto-auto</td>
  <td>auto auto auto</td></tr>
</table>
<BR>
fixed table cols=2
<table width=400 border cols=2>
 <tr>
  <td>auto</td>
  <td>auto-auto</td>
  <td>auto auto auto</td></tr>
</table>
<BR>
auto table cols=3
<table border cols=3>
 <tr>
  <td>auto</td>
  <td>auto-auto</td>
  <td>auto auto auto</td></tr>
</table>
<BR>
fixed table cols=3
<table width=400 border cols=3>
 <tr>
  <td>auto</td>
  <td>auto-auto</td>
  <td>auto auto auto</td></tr>
</table>
<BR>
auto table cols=3
<table border cols=3>
 <tr>
  <td width=200>200</td>
  <td>auto-auto</td>
  <td>auto auto auto</td></tr>
</table>
<BR>
fixed table cols=3
<table width=400 border cols=3>
 <tr>
  <td width=200>200</td>
  <td>auto-auto</td>
  <td>auto auto auto</td></tr>
</table>
<BR>
auto table cols=2
<table border cols=2>
 <tr>
  <td>auto</td>
  <td>auto-auto</td>
  <td width=200>200</td></tr>
</table>
<BR>
fixed table cols=2
<table width=400 border cols=2>
 <tr>
  <td>auto</td>
  <td>auto-auto</td>
  <td width=200>200</td></tr>
</table>
auto table 
<table border>
 <tr>
  <td width=0>0 0 0 0</td>
  <td>auto</td></td></tr>
</table>
<BR>
auto table 
<table border>
 <tr>
  <td width=0%>0% 0% 0% 0%</td>
  <td>auto</td></td></tr>
</table>
<BR>
auto table 
<table border>
 <col width=0*>
 <tr>
  <td>0* col</td>
  <td>auto</td></td></tr>
</table>
<BR>
fixed table 
<table width=200 border>
 <col width=0*>
 <tr>
  <td>0* col</td>
  <td>auto</td></td></tr>
</table>