chromium/third_party/blink/renderer/core/layout/svg/layout_svg_text_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/core/paint/paint_layer.h"
#include "third_party/blink/renderer/core/svg_names.h"
#include "third_party/blink/renderer/core/testing/core_unit_test_helper.h"

namespace blink {

LayoutSVGTextTest;

TEST_F(LayoutSVGTextTest, RectBasedHitTest) {}

TEST_F(LayoutSVGTextTest, RectBasedHitTest_RotatedText) {}

TEST_F(LayoutSVGTextTest, TransformAffectsVectorEffect) {}

// DevTools element overlay uses AbsoluteQuads().
TEST_F(LayoutSVGTextTest, AbsoluteQuads) {}

TEST_F(LayoutSVGTextTest, LocalVisualRect) {}

TEST_F(LayoutSVGTextTest, ObjectBoundingBox) {}

// crbug.com/1285666
TEST_F(LayoutSVGTextTest, SubtreeLayout) {}

// crbug.com/1320615
TEST_F(LayoutSVGTextTest, WillBeRemovedFromTree) {}

}  // namespace blink