chromium/third_party/blink/renderer/core/paint/selection_bounds_recorder_test.cc

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

#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/editing/selection_template.h"
#include "third_party/blink/renderer/core/editing/testing/selection_sample.h"
#include "third_party/blink/renderer/core/page/focus_controller.h"
#include "third_party/blink/renderer/core/paint/paint_controller_paint_test.h"

ElementsAre;

namespace blink {

class SelectionBoundsRecorderTest : public PaintControllerPaintTestBase {};

TEST_F(SelectionBoundsRecorderTest, SelectAll) {}

TEST_F(SelectionBoundsRecorderTest, SelectMultiline) {}

TEST_F(SelectionBoundsRecorderTest, SelectMultilineEmptyStartEnd) {}

TEST_F(SelectionBoundsRecorderTest, InvalidationForEmptyBounds) {}

}  // namespace blink