empty-table-height.html (571B)
1 <!doctype html> 2 <title>Empty tables still account for paddings / borders</title> 3 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1651530"> 4 <link rel="help" href="https://drafts.csswg.org/css-tables/#computing-the-table-height"> 5 <link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez"> 6 <link rel="author" href="https://mozilla.org" title="Mozilla"> 7 <link rel="match" href="min-height-table-ref.html"> 8 <style> 9 div { 10 display: table; 11 background-color: green; 12 border: 1px solid black; 13 padding: 155px; 14 } 15 </style> 16 <div></div>