Files
ladybird/Tests/LibWeb/Layout/input/block-and-inline/abspos-br.html
Aliaksandr Kalenik 275985ff3d LibWeb: Ignore non-box element while collecting abspos nodes for layout
All abspos boxes are expected to be blockified, so we are certain that
we can ignore non-box elements when collecting abspos nodes for layout.

Fixes a crash caused by an attempt to cast a BreakNode to a Box while
performing abspos layout.
2025-03-26 00:17:53 +00:00

1 line
33 B
HTML

a<br style="position:absolute;">b