chromium/third_party/blink/web_tests/external/wpt/css/css-tables/crashtests/empty_cells_crash.html

<!doctype html>
<style>
  table {
    empty-cells: hide;
    border-collapse: collapse;
  }
  td {
    padding:0;
  }
</style>

<table>
  <td></td>
  <td colspan=2></td>
  <td></td>
</table>
</div>