Bug 1770047 [wpt PR 34117] - [Clipboard API] Clipboard Web Custom Formats implementat...
[gecko.git] / testing / web-platform / tests / compat / idlharness.window.js
blob8cb73acbde43399094d60c2db09cc8ebab9c1946
1 // META: script=/resources/WebIDLParser.js
2 // META: script=/resources/idlharness.js
3 // META: timeout=long
5 'use strict';
7 // https://compat.spec.whatwg.org/
9 idl_test(
10   ['compat'],
11   ['html', 'dom'],
12   idl_array => {
13     idl_array.add_objects({
14       Window: ['window'],
15       HTMLBodyElement: ['document.body'],
16     });
17   }