chromium/third_party/blink/renderer/platform/fonts/font_global_context_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_global_context.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/platform/fonts/font.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/unit_test_helpers.h"

CreateTestFont;

namespace blink {

class FontGlobalContextTest : public FontTestBase {};

TEST_F(FontGlobalContextTest, TypeFaceDigestCacheSameEntry) {}

TEST_F(FontGlobalContextTest, TypeFaceDigestCacheDifferentEntry) {}

TEST_F(FontGlobalContextTest, PostScriptNameDigestCacheSameEntry) {}

TEST_F(FontGlobalContextTest, PostScriptNameDigestCacheDifferentEntry) {}

}  // namespace blink