mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-14 10:59:24 +02:00
We were invalidating the entire document's layout tree when a shadow root's innerHTML was updated, but we already support more granular layout updates for shadow roots - so make sure to only invalidate the node's layout. Reduces the time needed to obtain a layout and painting tree for https://pomax.github.io/bezierinfo/ by 21% on my machine.
14 KiB
14 KiB