haikuwebkit/LayoutTests/fast/layoutformattingcontext/table-simple-row-height.html

9 lines
167 B
HTML

<style>
table {
height: 100px;
width: 100px;
background-color: green;
}
</style>
<table><tr><td height=1px></td></tr></table>
<table><tr><td></td></tr></table>