// Copyright 2017 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/constraint_space_builder.h" #include "third_party/blink/renderer/core/testing/core_unit_test_helper.h" #include "third_party/blink/renderer/platform/testing/task_environment.h" namespace blink { namespace { ConstraintSpaceBuilderTest; // Asserts that indefinite inline length becomes initial containing // block width for horizontal-tb inside vertical document. TEST(ConstraintSpaceBuilderTest, AvailableSizeFromHorizontalICB) { … } // Asserts that indefinite inline length becomes initial containing // block height for vertical-lr inside horizontal document. TEST(ConstraintSpaceBuilderTest, AvailableSizeFromVerticalICB) { … } } // namespace } // namespace blink