ladybird/Tests/LibWeb/Crash/Editing
Andreas Kling eb2200e33d LibWeb: Resolve editing background colors without layout
removeFormat computes effective command values for nodes in the active
selection. Hidden editable elements can be selected without having a
styled layout node, but background-color resolution only needs an
element color context.

Use the element color context instead of requiring
Layout::NodeWithStyle. Add reduced crash coverage for removeFormat with
a hidden button.
2026-06-08 01:04:08 +02:00
..
remove-format-with-hidden-selection.html LibWeb: Resolve editing background colors without layout 2026-06-08 01:04:08 +02:00