ladybird/Tests/LibWeb/Crash/Layout
Jelle Raaijmakers d87b3030a7 LibWeb: Prevent creation of new UsedValues for nested inline nodes
In LayoutState, used_values_per_layout_node should not be modified in
order to determine inline nodes' dimensions - all the required values
should already be in there. In 2585f2da0d
we did accidentally create new values, causing the code further down to
try and get a PaintableBox from an anonymous container and crashing.

Fixes #6015.
2025-08-28 22:38:15 +02:00
..
button-display-inline-with-nested-inlines.html LibWeb: Prevent creation of new UsedValues for nested inline nodes 2025-08-28 22:38:15 +02:00
display-inline-with-position-sticky.html LibWeb: Assign sticky insets to Layout::InlineNode 2025-02-27 19:55:46 +01:00
style-propagation-for-long-continuation-chain.html
svg-box-no-inline-continuation.html LibWeb: Do not crash when inserting block elements into inline SVGBoxes 2025-02-19 13:49:24 +01:00
svg-circle-element-crash-no-layout-node.html LibWeb/SVG: Work around no layout node in SVGCircleElement::get_path 2025-03-17 20:10:11 +01:00