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