ladybird/Tests/LibWeb/Text/expected/ShadowDOM
Andreas Kling e548c97b6d LibWeb: Limit non-inherited inherit tracking to direct children
Track explicit inherit of non-inherited properties only on the direct
parent shadow root. A deeper descendant with margin-left: inherit still
inherits from its own parent, so a host margin change does not require
marking every ancestor as possibly affected.

Extend the shadow-root inherited style test to cover both the direct
child case that must still update and the deeper descendant case that
must not trigger broad inherited-style recomputation.
2026-05-22 09:38:59 +02:00
..
css-hover-shadow-dom.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
css-media-queries.txt LibWeb/CSS: Evaluate media queries in shadow roots 2024-10-20 07:57:09 +01:00
css-variable-inheritance-across-shadow-boundary.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
declarative-basic.txt LibWeb: Align declarative shadow root parsing 2026-05-17 15:35:56 +02:00
descendant-slot-invalidation-scan-stays-linear.txt LibWeb: Propagate inherited style across slot boundaries 2026-05-22 09:38:59 +02:00
remove-style-element-inside-shadow-tree.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
replace-declarative-shadow-root-with-style-sheet.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
slotted-defined-menu-open-invalidation.txt LibWeb: Propagate inherited style across slot boundaries 2026-05-22 09:38:59 +02:00
slotted-does-not-match-nested-slot.txt LibWeb: Skip ::slotted matching for re-slotted slot elements 2026-04-29 04:54:11 +02:00
slotted-inherited-style-invalidates-shadow-tree.txt LibWeb: Propagate inherited style into shadow roots 2026-05-22 09:38:59 +02:00
specified-inherited-style-invalidates-shadow-tree.txt LibWeb: Limit non-inherited inherit tracking to direct children 2026-05-22 09:38:59 +02:00