There are a few tests in SitePerProcessInteractiveBrowserTest which currently depend on being able to construct iframes and then add an "allowfullscreen" attribute afterwards. This behaviour is being deprecated as part of moving Fullscreen to Feature Policy, so these tests need to be updated to not depend on that.
They are using cross_site_iframe_factory.html to generate the frame tree, so the easiest thing to do would be to extend that script to allow other attributes to be set on the created frames.
Comment 1 by iclell...@chromium.org
, May 4 2017