ladybird/Tests/LibWeb/Layout/input/table/zero-columns-gridmax.html
2025-05-04 11:23:17 +02:00

16 lines
No EOL
224 B
HTML

<!DOCTYPE html>
<style>
.table {
display: table;
width: 200px;
}
.row {
display: table-row;
}
.cell {
display: table-cell;
}
</style>
<div class="table"><div class="row"><div class="cell"></div></div></div>