blob: 0738aa2faeec74a8f66acfa4968c8f21ce28b2bc [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.
[
LegacyTreatAsPartialInterface, // used by [ImplementedAs]
ImplementedAs=TestMixin3Implementation // Default class name conflicts
] interface mixin TestInterfaceMixin3 {
attribute DOMString mixin3StringAttribute;
void mixin3VoidMethod();
};