1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 10:45:08 +00:00
serenity/Tests/LibWeb/Layout/input/table/width-distribution-and-constrained-columns-size-on-col.html
Andi Gallo 28509e3edd LibWeb: Check column or row size attributes for constrainedness
Better aligns our implementation with the specification, which requires
that columns and groups of columns are checked too.
2023-07-22 07:06:50 +02:00

10 lines
No EOL
237 B
HTML

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