1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 04:28:13 +00:00
serenity/Tests/LibWeb/Layout/input/table/keyword-value-does-not-constrain-column.html
Andi Gallo 29352f570a LibWeb: Fix table column constrainedness
Adjust implementation to reflect the CSS 2.1 definition of width.
2023-08-26 13:10:45 +02:00

5 lines
123 B
HTML

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