blob: 138e8a53319e94b2710e4a9cdc3cb6b98aeada1b [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.
// Non-standard.
[
RuntimeEnabled=OverflowChangedEvent,
] dictionary OverflowEventInit : EventInit {
unsigned short orient;
boolean horizontalOverflow;
boolean verticalOverflow;
};