mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
When an element has `display: contents` and it gets marked for a layout tree rebuild, we actually have to mark its parent for rebuild as well. The structure of the parent (and siblings) may change depending on how the `display: contents` element changes (e.g position, display, etc.)