chromium/third_party/blink/renderer/core/html/media/video_filling_viewport_test.cc

// Copyright 2016 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/html/media/html_video_element.h"

#include <memory>

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/testing/sim/sim_compositor.h"
#include "third_party/blink/renderer/core/testing/sim/sim_request.h"
#include "third_party/blink/renderer/core/testing/sim/sim_test.h"
#include "third_party/blink/renderer/platform/testing/unit_test_helpers.h"

namespace blink {

class VideoFillingViewportTest : public SimTest {};

TEST_F(VideoFillingViewportTest, MostlyFillingViewport) {}

TEST_F(VideoFillingViewportTest, NotMostlyFillingViewport) {}

TEST_F(VideoFillingViewportTest, FillingViewportChanged) {}

TEST_F(VideoFillingViewportTest, LargeVideo) {}

TEST_F(VideoFillingViewportTest, VideoScrollOutHalf) {}

}  // namespace blink