Files
ladybird/Libraries/LibWeb/CSS/Length.cpp
Johan Dahlin dfe5d009d0 LibWeb: Fix CSS style computation crashes on detached documents
Replace VERIFY assertions with fallbacks in Length::for_element()
when computed_properties or root element is null. Guard
inheritance_parent->computed_properties() in StyleComputer.
2026-03-20 15:56:50 -05:00

12 KiB