summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-tables/crashtests/empty_cells_crash.html
blob: 7635afc9e6c8b9a6810988695caf80b931c7a72d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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>