chromium/third_party/blink/renderer/core/scheduler_integration_tests/frame_scheduler_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 "third_party/blink/renderer/platform/scheduler/public/frame_scheduler.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/renderer/core/frame/web_local_frame_impl.h"
#include "third_party/blink/renderer/core/testing/core_unit_test_helper.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/runtime_enabled_features_test_helpers.h"

ElementsAre;

namespace blink {

class FrameSchedulerFrameTypeTest : public SimTest {};

TEST_F(FrameSchedulerFrameTypeTest, GetFrameType) {}

class FencedFrameFrameSchedulerTest
    : private ScopedFencedFramesForTest,
      public testing::WithParamInterface<const char*>,
      public SimTest {};

TEST_F(FencedFrameFrameSchedulerTest, GetFrameType) {}

}  // namespace blink