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