ladybird/Tests/LibWeb/Crash/Layout
Andreas Kling d1d739b533 LibWeb: Clear stale layout descendants for skipped subtrees
When content-visibility:hidden starts skipping a subtree, clear the
stale layout and paint nodes for its descendants.

Preserve SVG mask, clipPath, and pattern resource boxes only when
they are attached to a referencing layout subtree outside the subtree
being hidden. Resources used inside the hidden subtree are cleared
with that subtree, so they rebuild under the live referencing layout
node when the subtree becomes visible again.

Otherwise observed descendants can keep old paintables around after
the current paint tree has been rebuilt without them.
2026-04-27 16:22:11 +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
iframe-resize-during-parent-layout.html LibWeb: Ensure hosted document layout is up to date before painting 2026-03-20 22:55:44 -05:00
intersection-observer-content-visibility-hidden-stale-paintable.html LibWeb: Clear stale layout descendants for skipped subtrees 2026-04-27 16:22:11 +02:00
multicol-zero-column-width.html LibWeb: Avoid division by zero in multi-column column count calculation 2026-02-22 15:07:06 +01:00
non-absolute-gradient-length.html LibWeb: Absolutize transition hint in ColorStopListElement 2026-01-02 21:48:31 +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
table-col-span.html LibWeb: Account for <col> span attribute during table grid formation 2026-02-24 12:14:54 +01:00
text-overflow-ellipsis-atomic-inline.html LibWeb: Mark ellipsized fragments as hidden rather than removing them 2026-04-17 08:03:26 +02:00