mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 04:08:08 +00:00
This code previously only allocated enough space in m_col_elements_by_index for 1 slot per column, meaning that columns with a span > 1 would write off the end of it.
3 lines
56 B
HTML
3 lines
56 B
HTML
<table><col span="9"></col></table>
|
|
PASS (didn't crash)
|