chromium/third_party/blink/renderer/core/html/forms/html_listbox_element.cc

// Copyright 2023 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/forms/html_listbox_element.h"

#include "third_party/blink/renderer/core/dom/popover_data.h"
#include "third_party/blink/renderer/core/dom/shadow_root.h"

namespace blink {

HTMLListboxElement::HTMLListboxElement(Document& document)
    :{}

Node::InsertionNotificationRequest HTMLListboxElement::InsertedInto(
    ContainerNode& parent) {}

void HTMLListboxElement::RemovedFrom(ContainerNode& insertion_point) {}

HTMLSelectListElement* HTMLListboxElement::OwnerSelectList() const {}

}  // namespace blink