mirror of
https://github.com/servo/servo
synced 2026-05-15 11:26:50 +02:00
Layout: Continue support incremental box tree reconstruction for flex&taffy level box This change reuse the flex/taffy level box from old box slot if the box slot is valid and there is no LayoutDamage to the element. Testing: This should not change observable behavior and is thus covered by existing WPT tests. Signed-off-by: sharpshooter_pt <ibluegalaxy_taoj@163.com>