mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-17 21:49:42 +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.
2 lines
56 B
HTML
2 lines
56 B
HTML
<table><col span="9"></col></table>
|
|
PASS (didn't crash)
|