#include "third_party/blink/renderer/core/layout/layout_video.h"
#include "third_party/blink/renderer/core/html/media/html_video_element.h"
#include "third_party/blink/renderer/core/layout/layout_image.h"
#include "third_party/blink/renderer/core/loader/resource/image_resource_content.h"
#include "third_party/blink/renderer/core/testing/core_unit_test_helper.h"
#include "third_party/blink/renderer/platform/graphics/unaccelerated_static_bitmap_image.h"
#include "third_party/skia/include/core/SkImage.h"
#include "third_party/skia/include/core/SkSurface.h"
namespace blink {
class LayoutVideoTest : public RenderingTest { … };
TEST_F(LayoutVideoTest, PosterSizeWithNormal) { … }
TEST_F(LayoutVideoTest, PosterSizeWithZoom) { … }
TEST_F(LayoutVideoTest, PosterSizeAfterPlay) { … }
TEST_F(LayoutVideoTest, DefaultPosterImageSize) { … }
}