#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) { … }
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) { … }
}