blob: cfae4bb611b29f9fb20f2b7740d278985d0ed61f [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
[
LegacyOverrideBuiltIns
] interface TestSpecialOperations {
// [ImplementedAs], union return, nullability
// [LegacyOverrideBuiltIns] affects named property operations
[ImplementedAs=getItem] getter (Node or NodeList) namedItem(DOMString name);
setter Node (DOMString name, Node? value);
};