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

// Copyright 2020 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/css_color_interpolation_type.h"

#include <memory>

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/animation/interpolable_color.h"
#include "third_party/blink/renderer/core/animation/interpolable_value.h"
#include "third_party/blink/renderer/platform/graphics/color.h"
#include "third_party/blink/renderer/platform/testing/task_environment.h"

namespace blink {

TEST(CSSColorInterpolationTypeTest, GetRGBA1) {}

TEST(CSSColorInterpolationTypeTest, GetRGBA2) {}

TEST(CSSColorInterpolationTypeTest, GetRGBA3) {}

TEST(CSSColorInterpolationTypeTest, GetRGBA4) {}

TEST(CSSColorInterpolationTypeTest, RGBBounds) {}

TEST(CSSColorInterpolationTypeTest, RGBToOklab) {}

TEST(CSSColorInterpolationTypeTest, Oklab) {}

}  // namespace blink