Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-tables
/
border-collapse-empty-cell-ref.html
blob: f6b25134f443c4625228b4901097b883a990d2a8 [
file
] [
log
] [
blame
] [
edit
]
<!doctype HTML>
<style>
table
{
border-collapse
:
collapse
;
}
td
{
width
:
50px
;
height
:
50px
;
border
:
10px
solid gray
;
}
</style>
<table>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>