chromium/third_party/blink/renderer/core/layout/layout_ruby_base_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/layout_ruby_base.h"

#include "third_party/blink/renderer/core/layout/layout_ruby_column.h"
#include "third_party/blink/renderer/core/testing/core_unit_test_helper.h"

namespace blink {

class LayoutRubyBaseTest : public RenderingTest {};

// crbug.com/1503372

TEST_F(LayoutRubyBaseTest, AddChildNoBlockChildren) {}

// crbug.com/1510269

TEST_F(LayoutRubyBaseTest, AddImageNoBlockChildren) {}

// crbug.com/1513853

TEST_F(LayoutRubyBaseTest, AddSpecialWithTableInternalDisplayNoBlockChildren) {}

// crbug.com/1514152

TEST_F(LayoutRubyBaseTest, ChangeToRubyNoBlockChildren) {}

}  // namespace blink