summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/non-replaced-elements/tables/table-row-height.html
blob: 8ecc0dd454496a8bf67cbcbc6db719180a6e29af (plain)
1
2
3
4
5
6
7
8
9
<!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>