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

// Copyright 2021 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/testing/core_unit_test_helper.h"

namespace blink {

class SvgTextLayoutAlgorithmTest : public RenderingTest {};

// We had a crash in a case where connected characters are hidden.
TEST_F(SvgTextLayoutAlgorithmTest, PositionOnPathCrash) {}

TEST_F(SvgTextLayoutAlgorithmTest, EmptyTextLengthCrash) {}

TEST_F(SvgTextLayoutAlgorithmTest, EmptyTextLengthSpacingAndGlyphsCrash) {}

TEST_F(SvgTextLayoutAlgorithmTest, HugeScaleCrash) {}

// crbug.com/1470433
TEST_F(SvgTextLayoutAlgorithmTest, ControlCharCrash) {}

}  // namespace blink