blob: 8cb73acbde43399094d60c2db09cc8ebab9c1946 [file] [log] [blame]
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long
'use strict';
// https://compat.spec.whatwg.org/
idl_test(
['compat'],
['html', 'dom'],
idl_array => {
idl_array.add_objects({
Window: ['window'],
HTMLBodyElement: ['document.body'],
});
}
);