chromium/ui/ozone/platform/wayland/host/wayland_seat_unittest.cc

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

#include "ui/ozone/platform/wayland/host/wayland_seat.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/events/devices/device_data_manager.h"
#include "ui/ozone/platform/wayland/host/wayland_keyboard.h"
#include "ui/ozone/platform/wayland/host/wayland_pointer.h"
#include "ui/ozone/platform/wayland/host/wayland_touch.h"
#include "ui/ozone/platform/wayland/test/test_wayland_server_thread.h"
#include "ui/ozone/platform/wayland/test/wayland_test.h"

namespace ui {

WaylandSeatTest;

// Tests that multiple send capability events result in a new device to be
// obtained on the client side to avoid a scenario where a stale device may be
// retained.
TEST_F(WaylandSeatTest, TestMultipleCapabilityEvents) {}

}  // namespace ui