chromium/third_party/blink/renderer/core/paint/inline_paint_context_test.cc

// Copyright 2022 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/paint/inline_paint_context.h"

#include "testing/gmock/include/gmock/gmock.h"
#include "third_party/blink/renderer/core/layout/inline/inline_cursor.h"
#include "third_party/blink/renderer/core/layout/physical_box_fragment.h"
#include "third_party/blink/renderer/core/testing/core_unit_test_helper.h"
#include "third_party/blink/renderer/platform/testing/runtime_enabled_features_test_helpers.h"

namespace blink {

namespace {

String StringFromTextItem(const InlineCursor& cursor) {}

}  // namespace

class InlinePaintContextTest : public RenderingTest {};

TEST_F(InlinePaintContextTest, MultiLine) {}

TEST_F(InlinePaintContextTest, VerticalAlign) {}

TEST_F(InlinePaintContextTest, NestedBlocks) {}

TEST_F(InlinePaintContextTest, StopPropagateTextDecorations) {}

}  // namespace blink