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

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "build/build_config.h"
#include "testing/gmock/include/gmock/gmock-matchers.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/css/resolver/style_resolver.h"
#include "third_party/blink/renderer/core/dom/element_traversal.h"
#include "third_party/blink/renderer/core/layout/layout_block_flow.h"
#include "third_party/blink/renderer/core/layout/layout_result.h"
#include "third_party/blink/renderer/core/testing/core_unit_test_helper.h"

MatchesRegex;

namespace blink {

class LayoutBlockTest : public RenderingTest {};

TEST_F(LayoutBlockTest, LayoutNameCalledWithNullStyle) {}

TEST_F(LayoutBlockTest, WidthAvailableToChildrenChanged) {}

TEST_F(LayoutBlockTest, OverflowWithTransformAndPerspective) {}

TEST_F(LayoutBlockTest, NestedInlineVisualOverflow) {}

TEST_F(LayoutBlockTest, NestedInlineVisualOverflowVerticalRL) {}

TEST_F(LayoutBlockTest, ContainmentStyleChange) {}

}  // namespace blink