Newer
Older
minerva / Tests / LibWeb / Layout / input / table / cell-px-height.html
@minerva minerva on 13 Jul 229 bytes Initial commit
<style>
body {
    display: table;
}

.row {
    display: table-row;
}

.cell {
    display: table-cell;
    border: 1px solid black;
    width: 100px;
    height: 100px;
}
</style>
<div class="row"><div class="cell"></div></div>