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