ladybird/Tests/LibWeb/Layout/input/table/keyword-value-does-not-constrain-column.html
2025-05-04 11:23:17 +02:00

6 lines
139 B
HTML

<!DOCTYPE html>
<style>
.ab {
width: fit-content;
}
</style><table><tbody><tr><td class="ab">A B</td></tr></tbody></table>