Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/rendering/non-replaced-elements/tables/table-row-height.html - WPT Dashboard Interop Dashboard
<!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>