chromium/third_party/blink/renderer/modules/accessibility/ax_range_test.cc

// Copyright 2018 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/modules/accessibility/ax_range.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/modules/accessibility/ax_object.h"
#include "third_party/blink/renderer/modules/accessibility/ax_position.h"
#include "third_party/blink/renderer/modules/accessibility/testing/accessibility_test.h"

namespace blink {
namespace test {

TEST_F(AccessibilityTest, CommonAncestorContainerOfRange) {}

TEST_F(AccessibilityTest, IsCollapsedRange) {}

TEST_F(AccessibilityTest, RangeOfContents) {}

}  // namespace test
}  // namespace blink