1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 10:25:07 +00:00
serenity/Tests/LibWeb/Layout/input/table/width-distribution-and-constrained-columns.html
Andi Gallo 9cb4fe6a6f LibWeb: Don't distribute excess width to constrained columns
Bring our implementation closer to the specification, which distributes
excess width to unconstrained columns first.
2023-06-28 12:17:55 +02:00

6 lines
No EOL
172 B
HTML

<table style="width:420px;border:1px solid;">
<tr>
<td style="border:1px solid; width:1px">A</td>
<td style="border:1px solid">B</td>
</tr>
</table>