New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 780038 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

cross_site_iframe_factory.html creates *dynamic* subframes which don't interact well with history navigations

Project Member Reported by lukasza@chromium.org, Oct 31 2017

Issue description

This bug is a follow-up to https://chromium-review.googlesource.com/c/chromium/src/+/713654/18/chrome/browser/task_manager/task_manager_browsertest.cc#b950

In the CL above, we plan to prevent session history navigations in subframes created (or recreated) dynamically (i.e. via javascript, not via static html).  cross_site_iframe_factory.html creates subframes via javascript and so such subframes will stop being considered for history navigations (the CL above disables parts of some such tests - e.g. TaskManagerOOPIFBrowserTest.SubframeHistoryNavigation).

One option to address this would be to rewrite cross_site_iframe_factory.html as a embedded_test_server's handler (e.g. similar to content::SetupCrossSiteRedirector) that generates cross-origin subframes within static html.
 

Sign in to add a comment