| Index: content/browser/site_per_process_browsertest.cc
|
| diff --git a/content/browser/site_per_process_browsertest.cc b/content/browser/site_per_process_browsertest.cc
|
| index c992dd6e91cdce0ba601b67f5145c038e57938a2..fd9a82e051eba073ed216918415b85825e195dd4 100644
|
| --- a/content/browser/site_per_process_browsertest.cc
|
| +++ b/content/browser/site_per_process_browsertest.cc
|
| @@ -9742,8 +9742,12 @@ IN_PROC_BROWSER_TEST_F(SitePerProcessFeaturePolicyBrowserTest,
|
| // the fullscreen feature. Since there are no HTTP header policies involved,
|
| // this verifies the presence of the container policy in the iframe.
|
| // https://crbug.com/703703
|
| +// TODO(lunalu): Currently feature policy is shipped without fullscreen (e.g.,
|
| +// the implementation of allowfullscreen does not use feature policy
|
| +// information). Once allowfullscreen is controlled by feature policy, re-enable
|
| +// this test.
|
| IN_PROC_BROWSER_TEST_F(SitePerProcessFeaturePolicyBrowserTest,
|
| - ContainerPolicyCrossOriginNavigation) {
|
| + DISABLED_ContainerPolicyCrossOriginNavigation) {
|
| WebContentsImpl* contents = web_contents();
|
| FrameTreeNode* root = contents->GetFrameTree()->root();
|
|
|
|
|