Files
ladybird/Tests/LibWeb/Layout/expected/table/col-span-crash.txt
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

20 lines
1.2 KiB
Plaintext

Viewport <#document> at (0,0) content-size 800x600 children: not-inline
BlockContainer <html> at (0,0) content-size 800x600 [BFC] children: not-inline
BlockContainer <body> at (8,8) content-size 784x19 children: not-inline
TableWrapper <(anonymous)> at (8,8) content-size 4x2 [BFC] children: not-inline
Box <table> at (8,8) content-size 4x2 table-box [TFC] children: not-inline
BlockContainer <colgroup> (not painted) table-column-group children: not-inline
BlockContainer <col> (not painted) children: not-inline
BlockContainer <(anonymous)> at (8,10) content-size 784x17 children: inline
frag 0 from TextNode start: 1, length: 19, rect: [8,10 162.109375x17] baseline: 13.296875
"PASS (didn't crash)"
TextNode <#text>
ViewportPaintable (Viewport<#document>) [0,0 800x600]
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
PaintableWithLines (BlockContainer<BODY>) [8,8 784x19]
PaintableWithLines (TableWrapper(anonymous)) [8,8 4x2]
PaintableBox (Box<TABLE>) [8,8 4x2]
PaintableWithLines (BlockContainer(anonymous)) [8,10 784x17]
TextPaintable (TextNode<#text>)