// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/renderer/platform/theme//web_theme_engine_conversions.h" #include <vector> #include "testing/gtest/include/gtest/gtest.h" #include "third_party/blink/public/platform/web_theme_engine.h" namespace blink { TEST(WebThemeEngineTest, NativeSystemThemeColor) { … } TEST(WebThemeEngineTest, NativeSystemThemePart) { … } TEST(WebThemeEngineTest, NativeSystemThemeState) { … } TEST(WebThemeEngineTest, NativeColorScheme) { … } } // namespace blink