#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 { … };
TEST_F(LayoutRubyBaseTest, AddChildNoBlockChildren) { … }
TEST_F(LayoutRubyBaseTest, AddImageNoBlockChildren) { … }
TEST_F(LayoutRubyBaseTest, AddSpecialWithTableInternalDisplayNoBlockChildren) { … }
TEST_F(LayoutRubyBaseTest, ChangeToRubyNoBlockChildren) { … }
}