chromium/third_party/blink/renderer/core/html/fenced_frame/fenced_frame_config_test.cc

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

#include "third_party/blink/renderer/core/html/fenced_frame/fenced_frame_config.h"

#include <gtest/gtest.h>

#include <string>

#include "base/test/scoped_feature_list.h"
#include "third_party/blink/public/common/features.h"
#include "third_party/blink/public/common/fenced_frame/fenced_frame_utils.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
#include "third_party/blink/renderer/platform/testing/runtime_enabled_features_test_helpers.h"

namespace blink {

class FencedFrameConfigTest : private ScopedFencedFramesForTest,
                              public testing::Test {};

TEST_F(FencedFrameConfigTest, FencedFrameConfigConstructionWithURL) {}

TEST_F(FencedFrameConfigTest, FencedFrameConfigCreateWithURL) {}

}  // namespace blink