Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
css-tables
/
crashtests
/
empty_cells_crash.html
blob: 7635afc9e6c8b9a6810988695caf80b931c7a72d [
file
] [
log
] [
blame
]
<!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>