#include "third_party/blink/renderer/platform/fonts/font_palette.h"
#include "base/memory/scoped_refptr.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/platform/testing/runtime_enabled_features_test_helpers.h"
namespace blink {
TEST(FontPaletteTest, HashingAndComparison) { … }
TEST(FontPaletteTest, MixPaletteValue) { … }
TEST(FontPaletteTest, NestedMixPaletteValue) { … }
TEST(FontPaletteTest, InterpolablePalettesNotEqual) { … }
TEST(FontPaletteTest, InterpolableAndNonInterpolablePalettesNotEqual) { … }
TEST(FontPaletteTest, NonInterpolablePalettesNotEqual) { … }
TEST(FontPaletteTest, PalettesEqual) { … }
TEST(FontPaletteTest, ComputeEndpointPercentagesFromNormalized) { … }
}