chromium/chrome/browser/ui/webui/privacy_sandbox/privacy_sandbox_internals_browsertest.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 "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/tabs/tab_strip_model.h"
#include "chrome/common/webui_url_constants.h"
#include "chrome/test/base/in_process_browser_test.h"
#include "chrome/test/base/ui_test_utils.h"
#include "components/privacy_sandbox/privacy_sandbox_features.h"
#include "content/public/browser/web_contents.h"
#include "content/public/test/browser_test.h"
#include "content/public/test/browser_test_utils.h"

namespace {
Eq;
Ne;

class PrivacySandboxInternalsTest : public InProcessBrowserTest {};

IN_PROC_BROWSER_TEST_F(PrivacySandboxInternalsTest, PageLoadsWhenFeatureOn) {}

class PrivacySandboxInternalsDisabledTest : public InProcessBrowserTest {};

IN_PROC_BROWSER_TEST_F(PrivacySandboxInternalsDisabledTest,
                       PageDoesNotLoadWhenFeatureIsOff) {}
}  // namespace