ladybird/Tests/LibWeb/Text/expected/layout-tree-update
Aliaksandr Kalenik 76aa99a626 LibWeb: Update HTMLSlotElement subtree during partial layout tree build
Before this change, the layout tree for slots was only updated after
creating a layout node for the slot itself. This was not enough to
account for partial layout tree rebuilds when the slot content changed.
With this change, we always recurse into the slot content.

Fixes expanding and collapsing of nodes in DOM tree inspector broken in
9b26f7eb0f
2025-03-13 04:29:26 +01:00
..
partial-layout-tree-update-1.txt Tests: Add some tests for partial layout tree updates 2025-01-18 21:01:01 +01:00
partial-layout-tree-update-2.txt Tests: Add some tests for partial layout tree updates 2025-01-18 21:01:01 +01:00
partial-layout-tree-update-3.txt Tests: Add some tests for partial layout tree updates 2025-01-18 21:01:01 +01:00
partial-layout-tree-update-4.txt Tests: Add some tests for partial layout tree updates 2025-01-18 21:01:01 +01:00
partial-layout-tree-update-5.txt Tests: Add some tests for partial layout tree updates 2025-01-18 21:01:01 +01:00
slot-invalidation.txt LibWeb: Update HTMLSlotElement subtree during partial layout tree build 2025-03-13 04:29:26 +01:00
svg-use-invalidation-1.txt LibWeb: Invalidate entire layout tree on SVG <use> clone instantiation 2025-01-19 14:38:14 +01:00