#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