blob: 0e3079080b4c1b610a253f4af0ebaf21148809e4 [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.
[
Constructor(DOMString type, TestInterfaceEventInit testInterfaceEventInit)
] interface TestInterfaceEventInitConstructor : Event {
readonly attribute DOMString readonlyStringAttribute;
};