#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) { … }
}