chromium/third_party/blink/renderer/core/scheduler_integration_tests/scheduler_affecting_features_test.cc

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

#include "base/run_loop.h"
#include "base/test/scoped_feature_list.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/common/features.h"
#include "third_party/blink/public/web/web_script_source.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/frame/web_local_frame_impl.h"
#include "third_party/blink/renderer/core/testing/fake_web_plugin.h"
#include "third_party/blink/renderer/core/testing/scoped_fake_plugin_registry.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/scheduler/public/page_scheduler.h"
#include "third_party/blink/renderer/platform/testing/unit_test_helpers.h"
#include "third_party/blink/renderer/platform/testing/url_loader_mock_factory.h"

_;

namespace blink {

class SchedulingAffectingFeaturesTest : public SimTest {};

TEST_F(SchedulingAffectingFeaturesTest, WebSocketIsTracked) {}

TEST_F(SchedulingAffectingFeaturesTest, CacheControl_NoStore) {}

TEST_F(SchedulingAffectingFeaturesTest, CacheControl_NoCache) {}

TEST_F(SchedulingAffectingFeaturesTest, CacheControl_Navigation) {}

TEST_F(SchedulingAffectingFeaturesTest, Plugins) {}

TEST_F(SchedulingAffectingFeaturesTest, NonPlugins) {}

TEST_F(SchedulingAffectingFeaturesTest, WebLocks) {}

}  // namespace blink