// 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 "third_party/blink/renderer/platform/fonts/fallback_list_composite_key.h" #include "base/test/task_environment.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/blink/renderer/platform/font_family_names.h" namespace blink { class FallbackListCompositeKeyTest : public ::testing::Test { … }; TEST_F(FallbackListCompositeKeyTest, AllFeatures) { … } TEST_F(FallbackListCompositeKeyTest, FontFamilies) { … } TEST_F(FallbackListCompositeKeyTest, GenericVsFamily) { … } } // namespace blink