chromium/third_party/blink/renderer/platform/fonts/font_palette_test.cc

// Copyright 2022 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/platform/fonts/font_palette.h"

#include "base/memory/scoped_refptr.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/platform/testing/runtime_enabled_features_test_helpers.h"

namespace blink {

TEST(FontPaletteTest, HashingAndComparison) {}

TEST(FontPaletteTest, MixPaletteValue) {}

TEST(FontPaletteTest, NestedMixPaletteValue) {}

TEST(FontPaletteTest, InterpolablePalettesNotEqual) {}

TEST(FontPaletteTest, InterpolableAndNonInterpolablePalettesNotEqual) {}

TEST(FontPaletteTest, NonInterpolablePalettesNotEqual) {}

TEST(FontPaletteTest, PalettesEqual) {}

TEST(FontPaletteTest, ComputeEndpointPercentagesFromNormalized) {}

}  // namespace blink