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

// Copyright 2024 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_fallback_iterator.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/platform/fonts/font.h"
#include "third_party/blink/renderer/platform/fonts/font_fallback_priority.h"
#include "third_party/blink/renderer/platform/testing/font_test_base.h"
#include "third_party/blink/renderer/platform/testing/font_test_helpers.h"
#include "third_party/blink/renderer/platform/testing/runtime_enabled_features_test_helpers.h"
#include "third_party/blink/renderer/platform/testing/unit_test_helpers.h"

CreateTestFont;

namespace blink {

const FontFallbackPriority FallbackPriorities[] =;

class TestReset : public testing::TestWithParam<FontFallbackPriority> {};

INSTANTIATE_TEST_SUITE_P();

TEST_P(TestReset, TestResetWithFallbackPriority) {}

}  // namespace blink