ladybird/Tests/LibWeb/Text/expected/css/serialize-shorthand-with-conflicting-logical-alias.txt
Callum Law 47ddc2ea87 LibWeb: Respect logical property groups when serializing shorthands
We should not serialize a group of properties `longhands` as a single
shorthand if there is any property declared between the first and
last property in `longhands` which is not part of `longhands` but
belongs to the same logical property group, and has different mapping
logic to any of property in `longhands`
2025-07-16 11:16:49 +01:00

1 line
113 B
Text

div { padding-top: 1px; padding-right: 1px; padding-left: 1px; padding-inline-start: 1px; padding-bottom: 1px; }