chromium/third_party/blink/renderer/core/css/drag_update_test.cc

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

#include <memory>

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/css/style_engine.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/dom/element.h"
#include "third_party/blink/renderer/core/frame/local_frame_view.h"
#include "third_party/blink/renderer/core/testing/dummy_page_holder.h"
#include "third_party/blink/renderer/platform/testing/task_environment.h"

namespace blink {

TEST(DragUpdateTest, AffectedByDragUpdate) {}

TEST(DragUpdateTest, ChildAffectedByDragUpdate) {}

TEST(DragUpdateTest, SiblingAffectedByDragUpdate) {}

}  // namespace blink