chromium/chrome/test/data/webui/css/css_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 "base/test/scoped_feature_list.h"
#include "build/build_config.h"
#include "chrome/test/base/web_ui_mocha_browser_test.h"
#include "content/public/test/browser_test.h"

#if !BUILDFLAG(IS_LINUX)
#include "ui/base/ui_base_features.h"
#endif

TextDefaultsTest;
IN_PROC_BROWSER_TEST_F(TextDefaultsTest, All) {}

ColorProviderCSSColorsTest;

IN_PROC_BROWSER_TEST_F(ColorProviderCSSColorsTest, All) {}

#if BUILDFLAG(IS_CHROMEOS_ASH)
IN_PROC_BROWSER_TEST_F(ColorProviderCSSColorsTest, ChromeOS) {
  RunTest("css/color_provider_css_colors_test_chromeos.js", "mocha.run()");
}
#endif