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

12 lines
No EOL
210 B
HTML

<!DOCTYPE html>
<style>
.table {
width: 100%;
border: 100px solid black;
}
.cell {
height: 10px;
background-color: orange;
}
</style><table class="table"><tr><td class="cell"></td></tr></table>