chromium/third_party/blink/renderer/core/css/cssom/caret_position_test.cc

// Copyright 2024 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/core/css/cssom/caret_position.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/dom/range.h"
#include "third_party/blink/renderer/core/geometry/dom_rect.h"
#include "third_party/blink/renderer/core/html/forms/text_control_element.h"
#include "third_party/blink/renderer/core/html/html_element.h"
#include "third_party/blink/renderer/core/testing/page_test_base.h"

namespace blink {

class CaretPositionTest : public PageTestBase {};

TEST_F(CaretPositionTest, offsetNodeAndOffset) {}

TEST_F(CaretPositionTest, offsetNodeAndOffsetInShadowDom) {}

TEST_F(CaretPositionTest, offsetNodeAndOffsetInClosedShadowTree) {}

TEST_F(CaretPositionTest, offsetNodeAndOffsetInInput) {}

TEST_F(CaretPositionTest, getClientRect) {}

TEST_F(CaretPositionTest, getClientRectInInput) {}
}  // namespace blink