Fix ForceEnabledOriginTrials_MainPage on Site Isolation Android FYI bot.
The test ForceEnabledOriginTrialsBrowserTest.ForceEnabledOriginTrials_MainPage was failing on Site Isolation Android FYI bot, because the "/1" variety of the test expects to run with with site isolation disabled, and assumes that there will only be one renderer process in that case. The FYI bot runs with --site-per-process, which turns a cross-site iframe on the test page into an OOPIF even in the presence of --disable-site-isolation-trials, adding another renderer process. Adjust test expectations accordingly. Bug: 1137881 Change-Id: I45c0dd18a47c0ce58c3581daa8412ce8bf042a24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2468340Reviewed-by:Łukasz Anforowicz <lukasza@chromium.org> Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#816716}
Showing
Please register or sign in to comment