Files
ladybird/Libraries/LibWeb
Aliaksandr Kalenik 39fff3cf8a LibWeb: Don't early return when masking area of StackingContext is empty
An early return was occurring between the emission of
PushStackingContext and PopStackingContext, resulting in a
PushStackingContext without a corresponding PopStackingContext in the
display list, which caused broken painting.

Fixes black screen on Discord login page.
2025-06-06 00:52:19 +02:00
..
2025-05-14 02:01:59 -06:00
2025-06-05 23:02:21 +02:00