mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-12 09:57:00 +02: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. (cherry picked from commit 9e32c9329acd89d73eeff3494a5e728077962513)
3 lines
56 B
HTML
3 lines
56 B
HTML
<table><col span="9"></col></table>
|
|
PASS (didn't crash)
|