blob: 137e7a265505d0fd6a8a20af1ab93b7aa180d028 [file] [log] [blame]
// Copyright 2017 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.
// This IDL file verifies that the [LegacyUnenumerableNamedProperties] extended
// attribute is automatically inherited by all child interfaces.
interface TestInheritedLegacyUnenumerableNamedProperties : TestSpecialOperationsNotEnumerable {
readonly attribute long longAttribute;
// The getter below should have been inherited (http://crbug.com/752877).
getter long (DOMString identifier);
};