mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
ShadowStyleValue was not absolutizing its color component, which meant that complex color values like `color-mix()` would retain unresolved state. This caused a null pointer dereference when `color-mix()` with omitted percentages was used as a shadow color. We now absolutize the color component, avoiding this crash.
2.6 KiB
2.6 KiB