chromium/third_party/blink/renderer/core/layout/inline/line_widths_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_widths.h"

#include "testing/gmock/include/gmock/gmock.h"
#include "third_party/blink/renderer/core/layout/box_fragment_builder.h"
#include "third_party/blink/renderer/core/layout/inline/inline_child_layout_context.h"
#include "third_party/blink/renderer/core/layout/inline/inline_layout_algorithm.h"
#include "third_party/blink/renderer/core/layout/inline/inline_node.h"
#include "third_party/blink/renderer/core/layout/inline/leading_floats.h"
#include "third_party/blink/renderer/core/layout/physical_box_fragment.h"
#include "third_party/blink/renderer/core/testing/core_unit_test_helper.h"

namespace blink {

namespace {

LayoutUnit FragmentWidth(const InlineNode& node) {}

}  // namespace

class LineWidthsTest : public RenderingTest {};

struct LineWidthsData {} line_widths_data[] =;
class LineWidthsDataTest : public LineWidthsTest,
                           public testing::WithParamInterface<LineWidthsData> {};
INSTANTIATE_TEST_SUITE_P();

TEST_P(LineWidthsDataTest, Data) {}

}  // namespace blink