chromium/third_party/blink/renderer/core/layout/inline/line_info_list_test.cc

// 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/line_info_list.h"

#include "third_party/blink/renderer/core/layout/inline/inline_item_result.h"
#include "third_party/blink/renderer/core/testing/core_unit_test_helper.h"
#include "third_party/blink/renderer/platform/fonts/shaping/shape_result_view.h"

namespace blink {

class LineInfoListTest : public RenderingTest {};

TEST_F(LineInfoListTest, Get) {}

}  // namespace blink