chromium/third_party/blink/renderer/core/layout/svg/layout_svg_shape_test.cc

// Copyright 2023 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/svg_names.h"
#include "third_party/blink/renderer/core/testing/core_unit_test_helper.h"

namespace blink {

LayoutSVGShapeTest;

TEST_F(LayoutSVGShapeTest, StrokeBoundingBoxOnEmptyShape) {}

TEST_F(LayoutSVGShapeTest, RectBasedHitTest_CircleEllipse) {}

TEST_F(LayoutSVGShapeTest, RectBasedHitTest_Rect) {}

TEST_F(LayoutSVGShapeTest, RectBasedHitTest_Path) {}

}  // namespace blink