chromium/third_party/blink/renderer/core/layout/hit_testing_test.cc

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

#include "base/test/metrics/histogram_tester.h"
#include "base/test/mock_callback.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/css/css_property_names.h"
#include "third_party/blink/renderer/core/dom/events/native_event_listener.h"
#include "third_party/blink/renderer/core/editing/position_with_affinity.h"
#include "third_party/blink/renderer/core/editing/text_affinity.h"
#include "third_party/blink/renderer/core/input/event_handler.h"
#include "third_party/blink/renderer/core/layout/hit_test_location.h"
#include "third_party/blink/renderer/core/layout/hit_test_request.h"
#include "third_party/blink/renderer/core/layout/physical_box_fragment.h"
#include "third_party/blink/renderer/core/testing/core_unit_test_helper.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"

namespace blink {

HitNodeCb;
_;
Return;

class HitTestingTest : public RenderingTest {};

// Helper class used by |HitNodeCb| to allow callers to stop hit testing at a
// given node.
class HitNodeCallbackStopper : public GarbageCollected<HitNodeCallbackStopper> {};

TEST_F(HitTestingTest, OcclusionHitTest) {}

TEST_F(HitTestingTest, OcclusionHitTestSVGTextWithFilterCrash) {}

TEST_F(HitTestingTest, HitTestWithCallback) {}

TEST_F(HitTestingTest, OcclusionHitTestWithClipPath) {}

TEST_F(HitTestingTest, ScrolledInline) {}

}  // namespace blink