Bug 1835529 [wpt PR 40276] - Update wpt metadata, a=testonly
[gecko.git] / dom / webidl / HTMLDocument.webidl
blobd9358fd8d656090e7352383b0a2c88827dd961b0
1 /* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3  * License, v. 2.0. If a copy of the MPL was not distributed with this file,
4  * You can obtain one at http://mozilla.org/MPL/2.0/.
5  */
7 [LegacyOverrideBuiltIns,
8  Exposed=Window,
9  InstrumentedProps=(adoptedStyleSheets,
10                     caretRangeFromPoint,
11                     clear,
12                     exitPictureInPicture,
13                     featurePolicy,
14                     onbeforecopy,
15                     onbeforecut,
16                     onbeforepaste,
17                     oncancel,
18                     onfreeze,
19                     onmousewheel,
20                     onresume,
21                     onsearch,
22                     onsecuritypolicyviolation,
23                     onwebkitfullscreenchange,
24                     onwebkitfullscreenerror,
25                     pictureInPictureElement,
26                     pictureInPictureEnabled,
27                     registerElement,
28                     wasDiscarded,
29                     webkitCancelFullScreen,
30                     webkitCurrentFullScreenElement,
31                     webkitExitFullscreen,
32                     webkitFullscreenElement,
33                     webkitFullscreenEnabled,
34                     webkitHidden,
35                     webkitIsFullScreen,
36                     webkitVisibilityState,
37                     xmlEncoding,
38                     xmlStandalone,
39                     xmlVersion)]
40 interface HTMLDocument : Document {
41   // DOM tree accessors
42   [Throws]
43   getter object (DOMString name);