#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) { … }
}