// 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/core/layout/inline/transformed_string.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/blink/renderer/platform/wtf/text/case_map.h" #include "third_party/blink/renderer/platform/wtf/text/text_offset_map.h" #include "third_party/blink/renderer/platform/wtf/text/wtf_string.h" namespace blink { TEST(TransformedStringTest, CreateLengthMap) { … } // crbug.com/1519398 TEST(TransformedStringTest, CreateLengthMapCombiningMark) { … } } // namespace blink