mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
In several content calculation methods in FormattingContext, we assumed that if create_independent_formatting_context_if_needed() fails the input Layout::Box is a BlockContainer; however, the web platform test css/css-pseudo/parsing/marker-supported-properties-in-animation.html is one scenario where the input is a Layout::ListItemMarkerBox instead and there is no FormattingContext supported for it yet.