mirror of
https://github.com/servo/servo
synced 2026-05-09 16:42:16 +02:00
Now `ServoTestUtils.forceLayout()` will provide the number of fragments that have been restyled and rebuilt. This will be useful to test that incremental layout works well. Testing: Adds a test using this new API --------- Signed-off-by: Oriol Brufau <obrufau@igalia.com> Signed-off-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: Luke Warlow <lwarlow@igalia.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>