Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
master
/
.
/
css
/
css-tables
/
baseline-empty-cell-ref.html
blob: 134a340700d4348d7fd60f3c99717add5cd4c9ac [
file
] [
log
] [
blame
]
<!doctype html>
<style>
table
{
border-collapse
:
collapse
}
tr
{
vertical-align
:
baseline
}
td
{
border
:
1px
solid black
;
height
:
30px
}
</style>
<table>
<tr><td>
ABCDE
</td><td
style
=
"
max-width
:
0
"
>
</td></tr>
</table>