Do not navigate "other" windows to about:blank in OnReset.
In crrev.com/14046012 we started to iterate over all RenderViews and navigating them to about:blank to trigger their unload event handlers while the main window is still present. This code is broken when OOPIFs are enabled (i.e. we cannot navigate a *remote* RenderView / RenderFrame). This CL basically reverts crrev.com/14046012 and instead puts the burden on test authors, to make sure that their unload handlers can robustly handle being executed when the main window is gone. This makes the test harness work better in presence of OOPIFs. BUG=583089 Review URL: https://codereview.chromium.org/1656033004 Cr-Commit-Position: refs/heads/master@{#374739}
Showing
Please register or sign in to comment