chromium/chrome/browser/extensions/extension_l10n_browsertest.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 "base/files/file_util.h"
#include "base/threading/thread_restrictions.h"
#include "chrome/browser/extensions/extension_apitest.h"
#include "chrome/test/base/ui_test_utils.h"
#include "content/public/test/browser_test.h"
#include "extensions/test/test_extension_dir.h"

namespace extensions {

ExtensionL10nBrowserTest;

// Tests that extension CSS files are localized.
// See also ContentScriptApiTest.ContentScriptCSSLocalization, which
// tests the localization of content script CSS. We need both of these,
// because the localization happens at different times (content scripts
// are localized as they are loaded into shared memory).
IN_PROC_BROWSER_TEST_F(ExtensionL10nBrowserTest, CSSFilesAreLocalized) {}

}  // namespace extensions