ladybird/Tests/LibWeb/Layout/input/table/table-width.html

12 lines
210 B
HTML
Raw Normal View History

<!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>