blob: 37bf01d0fae35cb165103ccec0fc4eb58d85f368 [file] [log] [blame]
// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://dom.spec.whatwg.org/#interface-nonelementparentnode
interface mixin NonElementParentNode {
[PerWorldBindings] Element? getElementById(DOMString elementId);
};