Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
css-tables
/
border-collapse-rowspan-cell-ref.html
blob: 53774da48a30f60eae0750e989c2e19db8bd97cc [
file
] [
log
] [
blame
]
<!doctype HTML>
<title>
CSS Reference
</title>
<style>
table
{
border-collapse
:
collapse
;
}
td
{
border
:
1px
solid red
;
}
</style>
<table>
<tr>
<td
id
=
target
rowspan
=
"2"
>
Needs border
</td>
</tr>
<tr>
<td>
</td>
</tr>
</table>