ladybird/Tests/LibWeb/Text/expected/css/var-uses-fallback-value-if-custom-property-is-empty.txt
Luke Wilde 751b93959f LibWeb/CSS: Use fallback var() value if custom property is empty
If the expansion of a custom property in variable expansion returns
tokens, then the custom property is not the initial guaranteed-invalid
value.

If it didn't return any tokens, then it is the initial
guaranteed-invalid value, and thus we should move on to the fallback
value.

Makes Shopify checkout show the background colours, borders, skeletons,
etc.
2025-02-16 09:19:19 +01:00

1 line
33 B
Text

background-color: rgb(0, 128, 0)