mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
When rendering snapshot, disregard earlier resources with the same url, because it's most likely that the latest one was used for rendering. An example would be reloading the page before the stylesheet has finished loading. In this case, the stylesheet will be requested twice, and the second copy that was not aborted should be used for the snapshot. Fixes #23709.