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

// Copyright 2020 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 {

LayoutSVGContainerTest;

TEST_F(LayoutSVGContainerTest, TransformAffectsVectorEffect) {}

TEST_F(LayoutSVGContainerTest, TransformAffectsVectorEffectNestedSVG) {}

TEST_F(LayoutSVGContainerTest,
       TransformAffectsVectorEffectHiddenContainerAndUse) {}

TEST_F(LayoutSVGContainerTest, PatternWithContentVisibility) {}

}  // namespace blink