#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 "chrome/test/base/web_ui_mocha_browser_test.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 {
class PrivacySandboxInternalsMochaTest : public WebUIMochaBrowserTest { … };
IN_PROC_BROWSER_TEST_F(PrivacySandboxInternalsMochaTest, CustomElements) { … }
IN_PROC_BROWSER_TEST_F(PrivacySandboxInternalsMochaTest,
ContentSettingsCustomElement) { … }
}