DescriptionFix RenderFrameHostManagerTest.DontSwapProcessWithOnlyTargetBlank for OOPIF.
This test checks that following a cross-site link with target=_blank does not create a new SiteInstance. Per https://crbug.com/24447, we currently keep the new page in the same SiteInstance to avoid breaking script interactions between windows. However, with --site-per-process we do expect a process swap in this situation, and this CL changes the test's expectation accordingly.
BUG=417518
Committed: https://crrev.com/82e94f8c27cf91a2fb8fdf0a375f1100fe1bd8b4
Cr-Commit-Position: refs/heads/master@{#298610}
Patch Set 1 #Patch Set 2 : Fix comment #Patch Set 3 : #
Total comments: 1
Patch Set 4 : Invert EXPECTs to match comment #Messages
Total messages: 9 (2 generated)
|