chromium/third_party/blink/renderer/core/page/page_test.cc

// Copyright 2023 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/page/page.h"

#include "base/test/scoped_feature_list.h"
#include "base/unguessable_token.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/common/features.h"
#include "third_party/blink/public/common/page/browsing_context_group_info.h"
#include "third_party/blink/public/mojom/partitioned_popins/partitioned_popin_params.mojom.h"
#include "third_party/blink/renderer/core/loader/empty_clients.h"
#include "third_party/blink/renderer/core/page/scoped_browsing_context_group_pauser.h"
#include "third_party/blink/renderer/platform/scheduler/public/dummy_schedulers.h"
#include "third_party/blink/renderer/platform/testing/task_environment.h"

namespace blink {

TEST(PageTest, CreateOrdinaryBrowsingContextGroup) {}

TEST(PageTest, CreateNonOrdinaryBrowsingContextGroup) {}

TEST(PageTest, BrowsingContextGroupUpdate) {}

TEST(PageTest, BrowsingContextGroupUpdateWithPauser) {}

TEST(PageTest, CreateOrdinaryColorProviders) {}

TEST(PageTest, CreateNonOrdinaryColorProviders) {}

}  // namespace blink