chromium/third_party/blink/renderer/core/html/custom/custom_element_definition_test.cc

// Copyright 2016 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/html/custom/custom_element_definition.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/dom/node.h"  // CustomElementState
#include "third_party/blink/renderer/core/html/custom/ce_reactions_scope.h"
#include "third_party/blink/renderer/core/html/custom/custom_element_descriptor.h"
#include "third_party/blink/renderer/core/html/custom/custom_element_reaction_test_helpers.h"
#include "third_party/blink/renderer/core/html/custom/custom_element_test_helpers.h"
#include "third_party/blink/renderer/core/testing/page_test_base.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"

namespace blink {

namespace {

CustomElementDefinitionTest;

class ConstructorFails : public TestCustomElementDefinition {};

}  // namespace

TEST_F(CustomElementDefinitionTest, upgrade_clearsReactionQueueOnFailure) {}

TEST_F(CustomElementDefinitionTest,
       upgrade_clearsReactionQueueOnFailure_backupStack) {}

}  // namespace blink