chromium/third_party/blink/renderer/core/layout/layout_flexible_box_test.cc

// Copyright 2018 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/paint_layer.h"
#include "third_party/blink/renderer/core/paint/paint_layer_scrollable_area.h"
#include "third_party/blink/renderer/core/testing/core_unit_test_helper.h"

namespace blink {

class LayoutFlexibleBoxTest : public RenderingTest {};

static String CommonStyle() {}

static void CheckFlexBoxPhysicalGeometries(const LayoutBox* flex_box) {}

void LayoutFlexibleBoxTest::ExpectSameAsRowHTB() {}

TEST_F(LayoutFlexibleBoxTest, GeometriesWithScrollbarsRowHTB) {}

void LayoutFlexibleBoxTest::ExpectSameAsRowVLR() {}

TEST_F(LayoutFlexibleBoxTest, GeometriesWithScrollbarsRowVLR) {}

void LayoutFlexibleBoxTest::ExpectSameAsRowVRL() {}

TEST_F(LayoutFlexibleBoxTest, GeometriesWithScrollbarsRowVRL) {}

TEST_F(LayoutFlexibleBoxTest, GeometriesWithScrollbarsRowReverseHTB) {}

void LayoutFlexibleBoxTest::ExpectSameAsRowReverseVLR() {}

TEST_F(LayoutFlexibleBoxTest, GeometriesWithScrollbarsRowReverseVLR) {}

void LayoutFlexibleBoxTest::ExpectSameAsRowReverseVRL() {}

TEST_F(LayoutFlexibleBoxTest, GeometriesWithScrollbarsRowReverseVRL) {}

TEST_F(LayoutFlexibleBoxTest, GeometriesWithScrollbarsColumnHTB) {}

TEST_F(LayoutFlexibleBoxTest, GeometriesWithScrollbarsColumnVLR) {}

TEST_F(LayoutFlexibleBoxTest, GeometriesWithScrollbarsColumnVRL) {}

// The numbers in the following tests are just different combinations of the
// numbers in the above tests. See the explanation of the same number in the
// above tests for the steps of calculations.

TEST_F(LayoutFlexibleBoxTest, GeometriesWithScrollbarsColumnReverseHTB) {}

TEST_F(LayoutFlexibleBoxTest, GeometriesWithScrollbarsColumnReverseVLR) {}

TEST_F(LayoutFlexibleBoxTest, GeometriesWithScrollbarsColumnReverseVRL) {}

void LayoutFlexibleBoxTest::ExpectSameAsRTLRowHTB() {}

TEST_F(LayoutFlexibleBoxTest, GeometriesWithScrollbarsRTLRowHTB) {}

TEST_F(LayoutFlexibleBoxTest, GeometriesWithScrollbarsRTLRowVLR) {}

TEST_F(LayoutFlexibleBoxTest, GeometriesWithScrollbarsRTLRowVRL) {}

TEST_F(LayoutFlexibleBoxTest, GeometriesWithScrollbarsRTLRowReverseHTB) {}

TEST_F(LayoutFlexibleBoxTest, GeometriesWithScrollbarsRTLRowReverseVLR) {}

TEST_F(LayoutFlexibleBoxTest, GeometriesWithScrollbarsRTLRowReverseVRL) {}

TEST_F(LayoutFlexibleBoxTest, ResizedFlexChildRequiresVisualOverflowRecalc) {}

TEST_F(LayoutFlexibleBoxTest, PercentDefiniteGapUseCounter) {}

TEST_F(LayoutFlexibleBoxTest, PercentIndefiniteGapUseCounter) {}

TEST_F(LayoutFlexibleBoxTest, ZeroGapUseCounter) {}

TEST_F(LayoutFlexibleBoxTest, NormalGapUseCounter) {}

}  // namespace blink