Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-tables/empty-table-height.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>Empty tables still account for paddings / borders</title>
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
<link rel="match" href="min-height-table-ref.html">
<style>
div {
display: table;
background-color: green;
border: 1px solid black;
padding: 155px;
}
</style>
<div></div>