chromium/third_party/blink/renderer/core/animation/interpolable_font_palette_test.cc

// 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/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) {}

// Scale/Add should have no effect.
TEST(InterpolableFontPaletteTest, TestScaleAndAdd) {}

TEST(InterpolableFontPaletteTest, InterpolablePalettesEqual) {}

TEST(InterpolableFontPaletteTest, InterpolablePalettesNotEqual) {}

}  // namespace blink