chromium/third_party/blink/web_tests/external/wpt/css/css-tables/table_grid_size_col_colspan-ref.html

<!doctype html>
<style>
  table {
    border-collapse: collapse;
    table-layout:fixed;
  }
  td {
    height:50px;
    background: yellow;
    border: 10px solid green;
    padding:0;
  }
</style>
<table>
  <td style="width:40px"></td>
</table>
<table>
  <td style="width:90px"></td>
</table>
<table>
  <td style="width:140px"></td>
</table>
<table>
  <td style="width:40px"></td>
</table>
<table>
  <td style="width:40px"></td>
</table>