#include "base/test/scoped_feature_list.h"
#include "content/public/test/navigation_simulator.h"
#include "content/test/test_render_frame_host.h"
#include "content/test/test_render_view_host.h"
#include "third_party/blink/public/common/frame/fenced_frame_sandbox_flags.h"
namespace content {
class FencedFrameTest : public RenderViewHostImplTestHarness { … };
TEST_F(FencedFrameTest, FencedFrameSanityTest) { … }
TEST_F(FencedFrameTest, CredentialedSubresourceRequestsAreBlocked) { … }
TEST_F(FencedFrameTest, EnsureForcedSandboxFlagsSet) { … }
}