1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:48:11 +00:00
serenity/Tests/LibWeb/Layout/input/table/colgroup-with-two-cols.html
Aliaksandr Kalenik 2660bbb94f LibWeb: Consider colgroups while calculating table grid size
We should take in account <col> elements in column groups while finding
number of columns in a table.
2023-11-04 17:37:38 +01:00

1 line
No EOL
86 B
HTML

<table><colgroup id="my-group"><col width="40"><col></colgroup><tbody></tbody></table>