chromium/third_party/blink/renderer/platform/scheduler/main_thread/pending_user_input_unittest.cc

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

#include "third_party/blink/renderer/platform/scheduler/main_thread/pending_user_input.h"

#include "testing/gtest/include/gtest/gtest.h"

namespace blink {
namespace scheduler {

class PendingUserInputMonitorTest : public testing::Test {};

// Sanity check for discrete/continuous queues.
TEST_F(PendingUserInputMonitorTest, QueuingSimple) {}

// Basic test of continuous and discrete event detection.
TEST_F(PendingUserInputMonitorTest, EventDetection) {}

}  // namespace scheduler
}  // namespace blink