chromium/content/browser/picture_in_picture/document_picture_in_picture_navigation_throttle_unittest.cc

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

#include "content/browser/renderer_host/render_frame_host_impl.h"
#include "content/public/test/test_renderer_host.h"
#include "content/test/navigation_simulator_impl.h"
#include "content/test/test_web_contents.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace content {

class DocumentPictureInPictureNavigationThrottleTest
    : public RenderViewHostTestHarness {};

TEST_F(DocumentPictureInPictureNavigationThrottleTest,
       ClosesPictureInPictureWindowOnNavigationStart) {}

TEST_F(DocumentPictureInPictureNavigationThrottleTest,
       SameDocumentNavigationsOkay) {}

}  // namespace content