#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) { … }
}