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

// Copyright 2020 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/fragment_items.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/layout/layout_box.h"
#include "third_party/blink/renderer/core/layout/layout_inline.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 {

class FragmentItemsTest : public RenderingTest {};

// crbug.com/1147357
// DirtyLinesFromNeedsLayout() didn't work well with an orthogonal writing-mode
// root as a child, and it caused a failure of OOF descendants propagation.
TEST_F(FragmentItemsTest, DirtyLinesFromNeedsLayoutWithOrthogonalWritingMode) {}

TEST_F(FragmentItemsTest, IsContainerForCulledInline) {}

}  // namespace blink