// Copyright 2023 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/shaping/ng_shape_cache.h" #include "base/test/task_environment.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/text/text_direction.h" namespace blink { class NGShapeCacheTest : public FontTestBase { … }; TEST_F(NGShapeCacheTest, AddEntriesAndCacheHits) { … } } // namespace blink