mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
When displaying remote context trace and local test runner trace together, we should not compare monotonic time between the two. This change reuses existing logic for merging actions timing to also update context boundaries and events by the same time delta. Fixes #29767.