chromium/third_party/blink/renderer/bindings/modules/v8/v8_element_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/bindings/core/v8/script_evaluation_result.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_binding_for_testing.h"
#include "third_party/blink/renderer/core/frame/local_dom_window.h"
#include "third_party/blink/renderer/core/script/classic_script.h"
#include "third_party/blink/renderer/platform/wtf/text/atomic_string.h"
#include "third_party/blink/renderer/platform/wtf/text/atomic_string_table.h"

namespace blink {

class V8ElementTest : public BindingTestSupportingGC {};

v8::Local<v8::Value> Eval(const String& source, V8TestingScope& scope) {}

TEST_F(V8ElementTest, SetAttributeOperationCallback) {}

TEST_F(V8ElementTest, GetAttributeOperationCallback_NonExisting) {}

TEST_F(V8ElementTest, GetAttributeOperationCallback_Existing) {}

}  // namespace blink