LibWeb: Fix table column constrainedness

Adjust implementation to reflect the CSS 2.1 definition of width.
This commit is contained in:
Andi Gallo 2023-08-26 00:48:06 +00:00 committed by Alexander Kalenik
commit 29352f570a
Notes: sideshowbarker 2024-07-17 09:37:30 +09:00
3 changed files with 36 additions and 4 deletions

View file

@ -0,0 +1,5 @@
<style>
.ab {
width: fit-content;
}
</style><table><tbody><tr><td class="ab">A B</td></tr></tbody></table>