chromium/third_party/blink/renderer/core/svg/svg_use_element_test.cc

// Copyright 2019 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/svg_element.h"

#include "third_party/blink/renderer/core/dom/dom_implementation.h"
#include "third_party/blink/renderer/core/dom/shadow_root.h"
#include "third_party/blink/renderer/core/frame/local_frame_view.h"
#include "third_party/blink/renderer/core/html/html_element.h"
#include "third_party/blink/renderer/core/svg/svg_use_element.h"
#include "third_party/blink/renderer/core/testing/page_test_base.h"

namespace blink {

LifecycleUpdateReason;

class SVGUseElementTest : public PageTestBase {};

TEST_F(SVGUseElementTest, InstanceInvalidatedWhenNonAttachedTargetRemoved) {}

TEST_F(SVGUseElementTest,
       InstanceInvalidatedWhenNonAttachedTargetMovedInDocument) {}

TEST_F(SVGUseElementTest, NullInstanceRootWhenNotConnectedToDocument) {}

TEST_F(SVGUseElementTest, NullInstanceRootWhenConnectedToInactiveDocument) {}

TEST_F(SVGUseElementTest, NullInstanceRootWhenShadowTreePendingRebuild) {}

}  // namespace blink