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

// 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/layout_video.h"

#include "third_party/blink/renderer/core/testing/core_unit_test_helper.h"

namespace blink {

LayoutMediaTest;

TEST_F(LayoutMediaTest, DisallowInlineChild) {}

TEST_F(LayoutMediaTest, DisallowBlockChild) {}

TEST_F(LayoutMediaTest, DisallowOutOfFlowPositionedChild) {}

TEST_F(LayoutMediaTest, DisallowFloatingChild) {}

// crbug.com/1379779
TEST_F(LayoutMediaTest, BlockifyInlineFlex) {}

TEST_F(LayoutMediaTest, DisallowContainerBeyondMedia) {}

}  // namespace blink