#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) { … }
TEST_F(LayoutSVGTextTest, AbsoluteQuads) { … }
TEST_F(LayoutSVGTextTest, LocalVisualRect) { … }
TEST_F(LayoutSVGTextTest, ObjectBoundingBox) { … }
TEST_F(LayoutSVGTextTest, SubtreeLayout) { … }
TEST_F(LayoutSVGTextTest, WillBeRemovedFromTree) { … }
}