#include "third_party/blink/renderer/core/animation/interpolable_font_palette.h"
#include <memory>
#include "base/memory/scoped_refptr.h"
#include "base/memory/values_equivalent.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/platform/fonts/font_palette.h"
#include "third_party/blink/renderer/platform/testing/runtime_enabled_features_test_helpers.h"
#include "third_party/blink/renderer/platform/testing/task_environment.h"
namespace blink {
TEST(InterpolableFontPaletteTest, SimpleEndpointsInterpolation) { … }
TEST(InterpolableFontPaletteTest, NestedEndpointsInterpolation) { … }
TEST(InterpolableFontPaletteTest, TestScaleAndAdd) { … }
TEST(InterpolableFontPaletteTest, InterpolablePalettesEqual) { … }
TEST(InterpolableFontPaletteTest, InterpolablePalettesNotEqual) { … }
}