#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) { … }
}