chromium/third_party/blink/renderer/core/animation/interpolable_dynamic_range_limit_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_dynamic_range_limit.h"
#include <memory>
#include "base/memory/scoped_refptr.h"
#include "base/memory/values_equivalent.h"
#include "cc/paint/paint_flags.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/platform/testing/runtime_enabled_features_test_helpers.h"

namespace blink {
namespace {

TEST(InterpolableDynamicRangeLimitTest, SimpleEndpointsInterpolation) {}

TEST(InterpolableDynamicRangeLimitTest, NestedEndpointsInterpolation) {}

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

TEST(InterpolableDynamicRangeLimitTest, InterpolableLimitsEqual) {}

TEST(InterpolableDynamicRangeLimitTest, InterpolableLimitsNotEqual) {}

}  // namespace
}  // namespace blink