chromium/content/browser/fenced_frame/fenced_frame_unittest.cc

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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) {}

}  // namespace content