mirror of
https://github.com/servo/servo
synced 2026-05-13 10:27:03 +02:00
This change fixes an issue where layout damage to a node was not clearing the inline content size cache of the parent node. In addition it starts to clean up the damage traversal logic in preparation for changes to the way that damage is processed and box tree layout is done. Testing: This change adds a new WPT test. Signed-off-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: Oriol Brufau <obrufau@igalia.com> Co-authored-by: Luke Warlow <lwarlow@igalia.com>