chromium/third_party/blink/renderer/core/page/window_features_test.cc

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

#include <gtest/gtest.h>

#include "third_party/blink/public/web/web_window_features.h"
#include "third_party/blink/renderer/core/page/create_window.h"
#include "third_party/blink/renderer/platform/testing/runtime_enabled_features_test_helpers.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"

namespace blink {

WindowFeaturesTest;

TEST_F(WindowFeaturesTest, NoOpener) {}

TEST_F(WindowFeaturesTest, NoReferrer) {}

TEST_F(WindowFeaturesTest, Opener) {}

TEST_F(WindowFeaturesTest, PartitionedPopin) {}

}  // namespace blink