mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Previously, when the `Document` element was removed, no further display list updates would be sent to paint. This change makes it so that when the `Document` element is removed a single new empty display list is sent. Testing: This change adds a new WPT test . Fixes: #44101 --------- Signed-off-by: Rover track <rishan.pgowda@gmail.com>