#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) { … }
TEST_F(LayoutMediaTest, BlockifyInlineFlex) { … }
TEST_F(LayoutMediaTest, DisallowContainerBeyondMedia) { … }
}