summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/non-replaced-elements/tables/table-row-height-ref.html
blob: 63f882c68948fe188451412afe872c6aa36b817a (plain)
1
2
3
4
<!doctype html>
<div style="border: 1px solid green; height: 0; border-spacing: 2px">
  <div style="display: table-cell; padding: 1px">Hey</div>
</div>