Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/DOMParser-interface
/
.
/
html
/
rendering
/
non-replaced-elements
/
tables
/
table-row-height.html
blob: 8ecc0dd454496a8bf67cbcbc6db719180a6e29af [
file
] [
log
] [
blame
] [
edit
]
<!doctype html>
<link
rel
=
"match"
href
=
"table-row-height-ref.html"
>
<table
style
=
"
display
:
block
"
>
<tbody
style
=
"
display
:
block
"
>
<tr
style
=
"
display
:
block
;
border
:
1px
solid green
"
height
=
"0"
>
<td>
Hey
</td>
</tr>
</tbody>
</table>