ladybird/Tests/LibWeb/Layout/input/table/col-span-crash.html
Sam Atkins 9e32c9329a LibWeb: Reserve enough space for span>1 columns in BorderConflictFinder
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.
2024-07-27 20:23:14 +01:00

2 lines
56 B
HTML

<table><col span="9"></col></table>
PASS (didn't crash)