#include "third_party/blink/renderer/core/layout/base_layout_algorithm_test.h"
#include "third_party/blink/renderer/core/layout/block_layout_algorithm.h"
#include "third_party/blink/renderer/core/layout/length_utils.h"
#include "third_party/blink/renderer/core/layout/physical_box_fragment.h"
namespace blink {
namespace {
class FragmentationTest : public BaseLayoutAlgorithmTest { … };
TEST_F(FragmentationTest, MultipleFragments) { … }
TEST_F(FragmentationTest, MultipleFragmentsAndColumnSpanner) { … }
TEST_F(FragmentationTest, MultipleFragmentsNestedMulticol) { … }
TEST_F(FragmentationTest, HasSeenAllChildrenIfc) { … }
TEST_F(FragmentationTest, InkOverflowInline) { … }
TEST_F(FragmentationTest, OffsetFromOwnerLayoutBoxFloat) { … }
TEST_F(FragmentationTest, OffsetFromOwnerLayoutBoxNested) { … }
}
}