ladybird/Tests/LibWeb/Text
Andreas Kling 95bd0602ba LibWeb: Keep custom properties from all cascade layers
Before this change, we were cascading custom properties for each layer,
and then replacing any previously cascaded properties for the element
with only the set from this latest layer.

The patch fixes the issue by making each pass of the custom property
cascade add to the same set, and then finally assigning that set of
properties to the element.
2024-09-07 12:37:15 +02:00
..
data LibXML: Include line and column numbers in parse error messages 2024-08-03 18:23:36 +02:00
expected LibWeb: Keep custom properties from all cascade layers 2024-09-07 12:37:15 +02:00
input LibWeb: Keep custom properties from all cascade layers 2024-09-07 12:37:15 +02:00