blob: 21af6552d797fab7f80d0cb96856049f9c1be5bc [file] [log] [blame]
// Copyright 2019 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.
[
RuntimeEnabled=DisplayLocking
] interface BeforeActivateEvent : Event {
readonly attribute Element activatedElement;
};